Skip to content

Commit

Permalink
update versions to get CI working again
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 19, 2023
1 parent 5680888 commit cfc0ce0
Show file tree
Hide file tree
Showing 3 changed files with 1,501 additions and 1,630 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [16, 18, 20]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down

0 comments on commit cfc0ce0

Please sign in to comment.