Skip to content

Commit 1670afe

Browse files
chore(deps): update node.js to v22
1 parent a311abc commit 1670afe

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.build-base:
2-
image: node:20.17.0
2+
image: node:22.13.1
33
script:
44
- npm ci
55
- npm run build

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"sass": "^1.77.8"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^20.16.2",
20+
"@types/node": "^22.13.0",
2121
"@types/react": "^18",
2222
"@types/react-dom": "^18",
2323
"eslint": "^8.57.1",

0 commit comments

Comments
 (0)