We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafcc90 commit ca08646Copy full SHA for ca08646
1 file changed
.github/workflows/nodejs.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: macos-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - name: Use Node.js 12.x
14
- uses: actions/setup-node@v1
+ - name: Use Node.js 14
+ uses: actions/setup-node@v6
15
with:
16
- node-version: 12.x
+ node-version: 14
17
- name: npm install, build, and test
18
run: |
19
npm install
0 commit comments