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 Oct 31, 2024
1 parent 11523c3 commit 8c4b397
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cucumber/fake-cucumber
FROM node:20-alpine
FROM node:22-alpine

RUN mkdir -p /home/node/app
ADD src /home/node/app/src
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 @@ -38,7 +38,7 @@
"@cucumber/messages": "^24.0.0",
"@types/glob": "8.1.0",
"@types/mocha": "10.0.9",
"@types/node": "20.17.5",
"@types/node": "22.8.6",
"@types/stream-buffers": "3.0.7",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
Expand Down

0 comments on commit 8c4b397

Please sign in to comment.