Skip to content

Commit

Permalink
Update github workflow / README to use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
replete committed Jun 26, 2024
1 parent ddacea5 commit 0ed770e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: [22.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Visiting `https://localhost:3000` should now work without warnings.
### Building
`npm run build` - creates project distributes.

Build script `run.mjs` built with Node 18
Build script `runmjs` built with Node 20

### Tests
`npm run test` - Launches pupeeter integration tests in a browser
Expand Down

0 comments on commit 0ed770e

Please sign in to comment.