We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e31f1 commit db4ab5fCopy full SHA for db4ab5f
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Use Node.js 12
11
uses: actions/setup-node@v1
12
with:
13
- node-version: 12.x
+ node-version: 12.10.0
14
- name: npm install
15
run: |
16
npm install
0 commit comments