Skip to content

Commit

Permalink
Changed versions for actions/checkout and actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Alee14 committed Dec 8, 2022
1 parent f1cdc52 commit 27e875f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: sudo apt install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools

- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16

Expand All @@ -48,4 +48,4 @@ jobs:
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}



0 comments on commit 27e875f

Please sign in to comment.