Skip to content

Commit

Permalink
ci: set node versions to 18 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
saneef committed May 24, 2024
1 parent bd563c5 commit 112094f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["14", "16", "18"]
node: ["18", "20"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -20,4 +20,4 @@ jobs:
- run: npm run lint
- run: npm test
env:
YARN_GPG: no
YARN_GPG: no

0 comments on commit 112094f

Please sign in to comment.