Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and hypery2k committed Oct 31, 2024
1 parent 12f2a15 commit 793323f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- uses: actions/setup-node@v4
with:
# renovate: datasource=docker depName=node
node-version: '20'
node-version: '22'
- name: 'Build Package'
run: |
npm run clean
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-slim
FROM node:22.11.0-slim

ARG BUILD_DATE
ARG APP_VERSION
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@octokit/rest": "^21.0.0",
"@types/jest": "^29.5.1",
"@types/node": "^20.1.5",
"@types/node": "^22.0.0",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
Expand Down

0 comments on commit 793323f

Please sign in to comment.