We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129f5fc commit fd56c9eCopy full SHA for fd56c9e
.github/workflows/nodejs.yml
@@ -27,10 +27,10 @@ jobs:
27
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
28
restore-keys: |
29
${{ runner.os }}-node-modules-
30
- - name: Use Node.js 12
31
- uses: actions/setup-node@v2
+ - name: Use Node.js 16
+ uses: actions/setup-node@v3
32
with:
33
- node-version: '12'
+ node-version: '16'
34
35
- name: Install dependencies
36
run: npm install
0 commit comments