Skip to content

Commit

Permalink
Update Node.js versions in CI/CD configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aoi Emerauda authored and Aoi Emerauda committed Nov 5, 2024
1 parent 495ddcf commit 53e072c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- checkout
- node/install:
node-version: "20.12"
node-version: "20.18"
- run:
name: Run build
command: npm install
Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- checkout
- node/install:
node-version: "22.0"
node-version: "22.11"
- run:
name: Run build
command: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
Expand Down

0 comments on commit 53e072c

Please sign in to comment.