Skip to content

Commit

Permalink
ci(npm): use Node 15 for running tests on CI
Browse files Browse the repository at this point in the history
The `package-lock.json` is now created with NPM 7 (`lockfileVersion@2). The `setup-node@v2` uses NPM 7 only if `node-version` is set to be `15` (source: actions/setup-node#213)
  • Loading branch information
masakudamatsu committed Sep 25, 2022
1 parent 1692bed commit 7878b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: 'Install Node'
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '15'
cache: 'npm'
- name: 'Install repo'
run: npm install
Expand Down

0 comments on commit 7878b40

Please sign in to comment.