Skip to content

Commit

Permalink
ci(action): fix action config
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Nov 17, 2024
1 parent 7cd2e00 commit 7302c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

- uses: actions/checkout@v1

- name: Use Node.js 18.x
- name: Use Node.js 22.x
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 22.x

- name: yarn install, yarn test:coverage
run: |
Expand Down

0 comments on commit 7302c0f

Please sign in to comment.