Skip to content

Commit

Permalink
bump node to 20 in github actions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hatch committed Dec 21, 2023
1 parent e53343e commit 879e84e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.10",
"@types/jest": "29.5.11",
"@types/lodash": "^4.14.196",
"@types/node": "^20.10.0",
"@types/node": "20.10.0",
"@types/prismjs": "^1.26.0",
"@types/react": "18.2.45",
"@types/react-bootstrap": "0.32.35",
Expand Down

0 comments on commit 879e84e

Please sign in to comment.