Skip to content

Commit

Permalink
test runs against Node.js v16 (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious authored Jan 13, 2022
1 parent c30d19e commit 942bd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: ['15', '14'] # Latest + LTS
node: ['16', '14']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 942bd4a

Please sign in to comment.