Skip to content

Commit

Permalink
Update actions used in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Jan 8, 2023
1 parent 3c1d4fa commit 49061c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -7,8 +7,8 @@ jobs:
matrix:
node: [16, 18, 19]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci
Expand Down

0 comments on commit 49061c5

Please sign in to comment.