Skip to content

Commit

Permalink
chore: 👷 update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
laruiss committed Oct 21, 2024
1 parent a861d0e commit b859f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
VITE_APP_GIT_SHA: ${{github.sha}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install pnpm
run: npm i -g pnpm
- name: Install dependencies
Expand Down

0 comments on commit b859f77

Please sign in to comment.