Skip to content

Commit

Permalink
ci: test using Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Apr 26, 2022
1 parent b3f63ec commit f0536dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -40,12 +40,12 @@ jobs:
test:
strategy:
matrix:
# Test with Node.js v12 (LTS), v14 (LTS), v16 (LTS), and 17 (Current)
# Test with Node.js v12 (LTS), v14 (LTS), v16 (LTS), and 18 (Current)
node:
- 12
- 14
- 16
- 17
- 18
# Test with Ubuntu, macOS, and Windows
os:
- ubuntu-latest
Expand Down

0 comments on commit f0536dc

Please sign in to comment.