Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update nodejs version
Browse files Browse the repository at this point in the history
coffee-cup committed Oct 22, 2024
1 parent 2e8577d commit d47c356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -195,10 +195,10 @@ jobs:
runs-on: ubuntu-lates

steps:
- name: Use Node.js 20
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/

- name: Setup Git user

0 comments on commit d47c356

Please sign in to comment.