Skip to content

Commit

Permalink
ci: test on modern node versions (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryami333 authored Oct 31, 2024
1 parent 145cca9 commit 536e733
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ jobs:
fail-fast: false
matrix:
node-version:
- 20
- 18
- 16
- 14
- 12
- 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm test

0 comments on commit 536e733

Please sign in to comment.