We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d6fd6 commit a38a367Copy full SHA for a38a367
.github/workflows/frontend.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node.js
20
uses: actions/setup-node@v2
21
with:
22
- node-version: '16'
+ node-version: '18'
23
cache: 'yarn'
24
cache-dependency-path: Sample-01/yarn.lock
25
0 commit comments