Skip to content

Commit

Permalink
fix: adjust release pipeline related to npm publishing (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Apr 12, 2023
1 parent ab782c8 commit e2a1d59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/if-nodejs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- if: steps.packagejson.outputs.exists == 'true'
name: Install dependencies
run: npm install
Expand Down

0 comments on commit e2a1d59

Please sign in to comment.