Skip to content

Commit

Permalink
chore: use latest setup-node version
Browse files Browse the repository at this point in the history
  • Loading branch information
markw-deriv committed Mar 6, 2024
1 parent 6d96734 commit daa4144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.CI_GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
uses: actions/setup-node@v4.0.2
with:
node-version: '20'
- name: Install dependencies
Expand Down

0 comments on commit daa4144

Please sign in to comment.