Skip to content

Commit

Permalink
ci: update Node.js versions in CI (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianprime0509 committed Feb 14, 2024
1 parent 01bc73a commit fbe001c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npm run build
- run: npm test
Expand All @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16]
node-version: [16, 18]

steps:
- uses: actions/checkout@v2
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npx semantic-release
env:
Expand Down

0 comments on commit fbe001c

Please sign in to comment.