Skip to content

Commit

Permalink
Update CI config (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Dec 10, 2022
1 parent cb892ab commit 4795466
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -10,15 +10,16 @@ jobs:
fail-fast: false
matrix:
node-version:
- 18
- 16
- 14
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit 4795466

Please sign in to comment.