Skip to content

Commit

Permalink
Fix node version for solid for now
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Dec 14, 2024
1 parent 89005a2 commit 35dfa1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
# https://github.com/nodejs/node/issues/56155
# node-version: "lts/*"
node-version: "22.11.0"
cache: "npm"

- run: npm ci
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
# https://github.com/nodejs/node/issues/56155
# node-version: "lts/*"
node-version: "22.11.0"
cache: "npm"

- run: npm ci
Expand Down

0 comments on commit 35dfa1c

Please sign in to comment.