We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702261b commit b724148Copy full SHA for b724148
.github/workflows/node-ci.yml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Use Node.js 12.x
+ - name: Use Node.js 14.x
16
uses: actions/setup-node@v1
17
with:
18
- node-version: 12.x
+ node-version: 14.x
19
- name: Install npm packages using cache
20
uses: bahmutov/npm-install@v1
21
- name: Copy example config
0 commit comments