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 9aabd3c commit 61b21e6Copy full SHA for 61b21e6
.github/workflows/gh-pages.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- uses: actions/setup-node@v3
27
with:
28
- node-version: 18
+ node-version-file: .nvmrc
29
30
- name: ⚙️ install dependencies
31
run: npm install
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
20
.nvmrc
@@ -0,0 +1 @@
1
+lts/jod
0 commit comments