Skip to content

Commit

Permalink
use node 20 to avoid emoji-js issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mba authored Nov 4, 2024
1 parent 2d3ca09 commit 259ae24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "lts/*"
#node-version: "lts/*"
node-version: 20
cache: "npm"
- name: Setup Pages
id: pages
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
#node-version: "lts/*"
node-version: 20
cache: "npm"

- name: Restore cache
Expand Down

0 comments on commit 259ae24

Please sign in to comment.