Skip to content

Commit

Permalink
fix: update version of Node.js used in release workflows (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalelane authored Mar 13, 2024
1 parent 1e2c5e4 commit c737dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/if-nodejs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- if: steps.packagejson.outputs.exists == 'true'
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- if: steps.packagejson.outputs.exists == 'true'
name: Install dependencies
run: npm install
Expand Down

0 comments on commit c737dc5

Please sign in to comment.