We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a0261 commit db861ceCopy full SHA for db861ce
.github/workflows/main.yml
@@ -20,12 +20,12 @@ jobs:
20
test:
21
strategy:
22
matrix:
23
- # Test with Node.js v10 (LTS), v12 (LTS), v14 (LTS), and v15 (latest)
+ # Test with Node.js v10 (LTS), v12 (LTS), v14 (LTS), and v16 (latest)
24
node:
25
- 10
26
- 12
27
- 14
28
- - 15
+ - 16
29
# Test with Ubuntu and macOS
30
os:
31
- ubuntu-latest
0 commit comments