Skip to content

Commit

Permalink
chore: add tests for Node 20 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed May 1, 2023
1 parent 4f4a414 commit 696507a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 18

- name: Install Packages
run: npm install
Expand All @@ -30,12 +30,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18.x, 16.x, 14.x, 12.x, '12.22.0']
node: [12.22.0, 12, 14, 16, 18, 20]
include:
- os: windows-latest
node: '16.x'
node: 18
- os: macOS-latest
node: '16.x'
node: 18
runs-on: ${{ matrix.os }}
permissions:
contents: read
Expand Down

0 comments on commit 696507a

Please sign in to comment.