Skip to content

Commit

Permalink
Update GitHub Actions (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 4, 2022
1 parent e527576 commit a9e9f4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -10,12 +10,14 @@ jobs:
fail-fast: false
matrix:
node-version:
- 18
- 16
- 14
- 12
- 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit a9e9f4f

Please sign in to comment.