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.
2 parents 9c7d025 + 8d5f8d9 commit 73479f5Copy full SHA for 73479f5
.github/workflows/build-ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v2
19
with:
20
- node-version: 'latest'
+ node-version: '18'
21
22
- name: Install dependencies
23
run: npm install
0 commit comments