Skip to content

Commit

Permalink
update node 22 and audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 8, 2024
1 parent b98df9e commit 02010f6
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Do the actual bundling
- uses: actions/setup-node@v4
with:
node-version: 21.x
node-version: 22.x
cache: "npm"
cache-dependency-path: frontend-bundler/package-lock.json

Expand Down
66 changes: 38 additions & 28 deletions frontend-bundler/package-lock.json

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

4 changes: 4 additions & 0 deletions frontend-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"parcel-reporter-bundle-manifest": "^1.0.0",
"parcel-resolver-like-a-browser": "file:../frontend-bundler/parcel-resolver-like-a-browser"
},
"engines": {
"node": ">=22 <23",
"npm": ">=10 <11"
},
"devDependencies": {
"@parcel/optimizer-blob-url": "^2.11.0",
"@parcel/optimizer-data-url": "^2.11.0",
Expand Down

0 comments on commit 02010f6

Please sign in to comment.