Skip to content

Commit fccc317

Browse files
committed
chore: update nodejs to 22.14.0 in CI
1 parent 06bd710 commit fccc317

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/setup-node@v4
1111
with:
1212
cache: npm
13-
node-version: 20.16.0
13+
node-version: 22.14.0
1414
- run: npm ci
1515
- run: npm run build
1616
- run: npm run build:docker
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-node@v4
2323
with:
2424
cache: npm
25-
node-version: 20.16.0
25+
node-version: 22.14.0
2626
- run: npm ci
2727
- run: npm run build
2828
- run: npm run lint
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-node@v4
3535
with:
3636
cache: npm
37-
node-version: 20.16.0
37+
node-version: 22.14.0
3838
- run: npm ci
3939
- run: npm run build
4040
- run: npm run test:local

0 commit comments

Comments
 (0)