Skip to content

Commit 320e3b2

Browse files
committed
Use Node 15 with bundled npm 7, see actions/setup-node#213
1 parent 7213c9c commit 320e3b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Use Node.js
1313
uses: actions/setup-node@v1
14-
- run: npm install -g npm@7
14+
with:
15+
node-version: '15'
1516
- run: npm install
1617
- run: npm test
1718
- shell: bash

0 commit comments

Comments
 (0)