We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471f8dc commit 0558735Copy full SHA for 0558735
.github/workflows/check-dist.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Node.js
37
uses: actions/setup-node@v4
38
with:
39
- node-version: 20
+ node-version-file: ".node-version"
40
cache: yarn
41
42
- name: Install Dependencies
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
id: setup-node
22
23
24
25
26
27
.github/workflows/linter.yml
@@ -27,7 +27,7 @@ jobs:
28
29
30
31
32
33
0 commit comments