Skip to content

Commit 8e97ffc

Browse files
ci(npm): use Node 15 for running tests on CI
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)
1 parent c66c055 commit 8e97ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: 'Install Node'
1010
uses: actions/setup-node@v2
1111
with:
12-
node-version: '14'
12+
node-version: '15'
1313
cache: 'npm'
1414
- name: 'Install repo'
1515
run: npm install

0 commit comments

Comments
 (0)