Update to node 18.x

NodeJS 18.x is now LTS so we should update the default in the readme to get more of this in the wild and less of node 16.x which is on npm 8.x.
This commit is contained in:
Philip Harrison 2023-05-09 15:51:55 +01:00 committed by GitHub
parent 5b32c9063c
commit c11049c27d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm ci
- run: npm test
```