Skip to content

Commit 0472dba

Browse files
Update dependency node to v22
1 parent dfe0abf commit 0472dba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
1313
- uses: actions/setup-node@v5
1414
with:
15-
node-version: 18.x
15+
node-version: 22.x
1616
- run: yarn install --ignore-scripts
1717
- run: yarn run lint
1818

@@ -79,7 +79,7 @@ jobs:
7979
key: ${{ runner.os }}-deploy-modules-${{ hashFiles('**/yarn.lock') }}
8080
- uses: actions/setup-node@v5
8181
with:
82-
node-version: 18.x
82+
node-version: 22.x
8383
- run: yarn install --ignore-scripts
8484
- run: yarn run build
8585
- run: rm .gitignore

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Build the website
2-
FROM node:18.12.1 as builder
2+
FROM node:22.19.0 as builder
33

44
USER node
55

0 commit comments

Comments
 (0)