Skip to content

Commit

Permalink
Bump to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
RexShum committed Jan 18, 2025
1 parent 8c84b16 commit 0fe7461
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22'

- name: install dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22'

- name: install dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.20.5
v22.13.0

0 comments on commit 0fe7461

Please sign in to comment.