Skip to content

Commit

Permalink
Update to NodeJS 16 for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fbn-roussel committed May 30, 2022
1 parent 23a2b54 commit 0a02f96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://npm.pkg.github.com
cache: yarn
- name: Cache node_modules
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://npm.pkg.github.com
cache: yarn
- name: Restore node_modules
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://npm.pkg.github.com
cache: yarn
- name: Restore node_modules
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org
cache: yarn
- name: Install dependencies
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://npm.pkg.github.com
scope: '@hastobegood'
cache: yarn
Expand Down

0 comments on commit 0a02f96

Please sign in to comment.