Skip to content

Commit

Permalink
Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Oct 3, 2023
1 parent ac28a78 commit 824e7a2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
- run: npm ci
- run: npm run build:test
- run: npm test
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"homepage": "https://github.com/auth0/nextjs-auth0#readme",
"devDependencies": {
"@edge-runtime/jest-environment": "^2.1.0",
"@edge-runtime/jest-environment": "^2.3.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^5.0.3",
Expand Down

0 comments on commit 824e7a2

Please sign in to comment.