Skip to content

Commit

Permalink
bump test action script code to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ildella committed Sep 1, 2024
1 parent 4344548 commit 608c36e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn
Expand Down

0 comments on commit 608c36e

Please sign in to comment.