Skip to content

Commit

Permalink
Revert setup-node to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Feb 7, 2024
1 parent 09b6404 commit afd3e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
uses: actions/setup-node@v3 # Refs: https://github.com/actions/setup-node/issues/942
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit afd3e9f

Please sign in to comment.