Skip to content
Prev Previous commit
see if running tests in Node 17 works (works for me locally)
  • Loading branch information
trusktr committed Dec 11, 2021
commit a20098304893d820dfa4e29e74bbd1a1114dc40b
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 17.x]
node-version: [17.x]
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']

steps:
Expand Down