Skip to content

Commit

Permalink
Update test.yml (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
L480 authored Nov 25, 2024
1 parent 092d46b commit 760c0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
- name: Install dependencies
run: npm install
- name: End-to-end testing
run: npm run test
run: npm run test

0 comments on commit 760c0f1

Please sign in to comment.