Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
ci: test on node 18 and 20 (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Oct 2, 2023
1 parent 4c5670f commit ff05741
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4,192 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16]
node: [18, 20]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -30,6 +30,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: install
run: npm ci
- name: build
Expand Down

0 comments on commit ff05741

Please sign in to comment.