Skip to content

Commit

Permalink
Merge pull request #391 from Nalgritz/bump-node-version
Browse files Browse the repository at this point in the history
[Chore] Upgrade node version to support vite eslint packages
  • Loading branch information
Cybertron01Z authored Jan 18, 2025
2 parents 44044aa + 0fe7461 commit 56d35d4
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.14.0
v22.13.0

0 comments on commit 56d35d4

Please sign in to comment.