Skip to content

Commit

Permalink
Merge pull request #280 from MasatoMakino/add-support-node-v22
Browse files Browse the repository at this point in the history
chore: Update Node.js versions in CI workflows
  • Loading branch information
MasatoMakino authored Jul 28, 2024
2 parents b718c5c + f2bd424 commit 65de300
Show file tree
Hide file tree
Showing 7 changed files with 3,650 additions and 209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
cache: "npm"
- run: npm ci
- name: Code Climate Coverage Action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
cache: "npm"
registry-url: "https://registry.npmjs.org"
- run: npm ci
Expand Down
Loading

0 comments on commit 65de300

Please sign in to comment.