Skip to content

Commit

Permalink
Apparently "lts" isn't good enough.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisl8 committed Oct 3, 2024
1 parent 6156090 commit 08c198d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: lts
node-version: lts/*
cache: 'pnpm'
- run: ./scripts/versionNumberUpdate.sh
- run: pnpm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: lts
node-version: lts/*
- name: Install dependencies
run: pnpm i
- name: Install Playwright Browsers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: lts
node-version: lts/*
cache: 'pnpm'
- run: ./scripts/versionNumberUpdate.sh
- run: pnpm i
Expand Down

0 comments on commit 08c198d

Please sign in to comment.