Skip to content

Commit

Permalink
use node20 in local GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed Oct 25, 2024
1 parent d984c2e commit 5724bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 20

- run: npm install

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 20

- run: npm install

Expand Down

0 comments on commit 5724bac

Please sign in to comment.