We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe0abf commit 0472dbaCopy full SHA for 0472dba
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
13
- uses: actions/setup-node@v5
14
with:
15
- node-version: 18.x
+ node-version: 22.x
16
- run: yarn install --ignore-scripts
17
- run: yarn run lint
18
@@ -79,7 +79,7 @@ jobs:
79
key: ${{ runner.os }}-deploy-modules-${{ hashFiles('**/yarn.lock') }}
80
81
82
83
84
- run: yarn run build
85
- run: rm .gitignore
Dockerfile
@@ -1,5 +1,5 @@
1
## Build the website
2
-FROM node:18.12.1 as builder
+FROM node:22.19.0 as builder
3
4
USER node
5
0 commit comments