Skip to content

Commit

Permalink
build: bump node version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Oct 9, 2024
1 parent 80c4bc8 commit df7492d
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 @@ -77,7 +77,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
if: (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
- name: Install deps
run: yarn install
Expand Down

0 comments on commit df7492d

Please sign in to comment.