Skip to content

Commit 53e072c

Browse files
Aoi EmeraudaAoi Emerauda
Aoi Emerauda
authored and
Aoi Emerauda
committed
Update Node.js versions in CI/CD configuration files
1 parent 495ddcf commit 53e072c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- checkout
8686
- node/install:
87-
node-version: "20.12"
87+
node-version: "20.18"
8888
- run:
8989
name: Run build
9090
command: npm install
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- checkout
9999
- node/install:
100-
node-version: "22.0"
100+
node-version: "22.11"
101101
- run:
102102
name: Run build
103103
command: npm install

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ "main", "dev" ]
77
jobs:
88
build:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
1212
node-version: [16.x, 18.x, 20.x, 22.x]

0 commit comments

Comments
 (0)