Skip to content

Commit

Permalink
fix gh action file
Browse files Browse the repository at this point in the history
  • Loading branch information
mnsrulz committed Jan 21, 2024
1 parent d67cc3f commit ab912e4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
node-version:
- 14
- 16
- 18
- 19
- 20
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm test

0 comments on commit ab912e4

Please sign in to comment.