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.
1 parent 66f3b1d commit 2273b76Copy full SHA for 2273b76
.github/workflows/main.yml
@@ -12,6 +12,9 @@ jobs:
12
13
- name: Setup Node.js environment
14
uses: actions/setup-node@v2.1.2
15
+ with:
16
+ node-version: 16
17
+
18
19
- name: Install dependencies
20
run: |
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
21
22
run: npm ci
0 commit comments