Skip to content

Commit

Permalink
ci: replace Node.js 15 with 16
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj authored and okonet committed May 7, 2021
1 parent f8a0261 commit db861ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -20,12 +20,12 @@ jobs:
test:
strategy:
matrix:
# 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)
node:
- 10
- 12
- 14
- 15
- 16
# Test with Ubuntu and macOS
os:
- ubuntu-latest
Expand Down

0 comments on commit db861ce

Please sign in to comment.