We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9f08e commit ddd15ffCopy full SHA for ddd15ff
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Node.js
22
uses: actions/setup-node@v4
23
with:
24
- node-version: '20'
+ node-version-file: '.nvmrc'
25
cache: 'pnpm'
26
27
- name: Install dependencies
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
28
29
30
31
32
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
0 commit comments