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 b5c3a81 commit 350ff5fCopy full SHA for 350ff5f
.github/workflows/__package.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup node environment
26
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
27
with:
28
- node-version: 22
+ node-version-file: .nvmrc
29
cache: npm
30
check-latest: true
31
.nvmrc
@@ -0,0 +1 @@
1
+24
0 commit comments