Skip to content

Commit

Permalink
Use Node 16 in CI (#27)
Browse files Browse the repository at this point in the history
Node 16 supports version 2 of the lockfile format, so I upgraded
`package-lock.json` by running `npm install --package-lock-only` with
npm 8.19.2 on Node 16.18.0.
  • Loading branch information
SimonAlling authored Jul 19, 2023
1 parent 79dc8c7 commit cb87e77
Show file tree
Hide file tree
Showing 2 changed files with 6,251 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Install dependencies
run: |
npm ci
Expand Down
Loading

0 comments on commit cb87e77

Please sign in to comment.