Skip to content

Commit

Permalink
Merge pull request #500 from elsoul/addFrontend
Browse files Browse the repository at this point in the history
Node.js Security Update
  • Loading branch information
KishiTheMechanic authored Jan 27, 2025
2 parents 1a33218 + ac85091 commit 3cbe91c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/skeet-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion website/skeet-dev/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
22.13.1
2 changes: 1 addition & 1 deletion website/skeet-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"engines": {
"pnpm": ">=9",
"npm": "please_use_pnpm_instead",
"node": ">=20"
"node": ">=22"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 3cbe91c

Please sign in to comment.