Skip to content

Commit

Permalink
ci: upgrade workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed Jul 23, 2024
1 parent 177ac83 commit ccf4e38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
strategy:
matrix:
node:
- 16.x
- 18.x
- 20.x
- 21.x
- 22.x
os:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
Expand Down

0 comments on commit ccf4e38

Please sign in to comment.