Skip to content

Commit

Permalink
Merge pull request #57 from diracdeltas/fix/node18
Browse files Browse the repository at this point in the history
update nodejs
  • Loading branch information
diracdeltas committed May 10, 2023
2 parents f307c0e + db0fb3b commit b3ee814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -26,6 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn audit
- run: yarn audit --groups dependencies
- run: yarn test
- run: yarn run lint

0 comments on commit b3ee814

Please sign in to comment.