Skip to content

Commit

Permalink
Tests - Up to Node 20 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Nov 14, 2023
1 parent 20a06b6 commit 4d2cdc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down

0 comments on commit 4d2cdc5

Please sign in to comment.