Skip to content

Commit

Permalink
Update to node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Aug 1, 2024
1 parent 6efc2f1 commit 9bf88ae
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
node-version: [22]
steps:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
node-version: [22]
steps:
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
# configuring harden-runner and identifying allowed endpoints.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ A rapid word collection tool. See the [User Guide](https://sillsdev.github.io/Th
```

2. [Chocolatey][chocolatey] (Windows only): a Windows package manager.
3. [Node.js 20 (LTS)](https://nodejs.org/en/download/)
3. [Node.js 22 (Current)](https://nodejs.org/en/download/)

- On Windows, if using [Chocolatey][chocolatey]: `choco install nodejs-lts`
- On Ubuntu, follow
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@types/css-mediaquery": "^0.1.2",
"@types/jest": "^29.5.5",
"@types/loadable__component": "^5.13.8",
"@types/node": "^20.10.6",
"@types/node": "^22.0.2",
"@types/nspell": "^2.1.5",
"@types/react": "^18.2.61",
"@types/react-beautiful-dnd": "^13.1.8",
Expand Down Expand Up @@ -161,6 +161,6 @@
]
},
"volta": {
"node": "20.14.0"
"node": "22.5.1"
}
}

0 comments on commit 9bf88ae

Please sign in to comment.