We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd837b3 commit 0c1622fCopy full SHA for 0c1622f
.github/workflows/ci-cd.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v2
19
with:
20
- node-version: '14'
+ node-version: '16'
21
cache: 'npm'
22
cache-dependency-path: package-lock.json
23
0 commit comments