Skip to content

Commit

Permalink
Merge branch 'main' into updated-node
Browse files Browse the repository at this point in the history
  • Loading branch information
L480 authored Nov 25, 2024
2 parents c7f19e5 + 760c0f1 commit e74b6b9
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 e74b6b9

Please sign in to comment.