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 029d2de commit d7cc0faCopy full SHA for d7cc0fa
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: actions/setup-node@v4
21
with:
22
- node-version: 18
+ node-version-file: .node-version
23
cache: npm
24
25
# Working around https://github.com/npm/cli/issues/4828
@@ -50,7 +50,7 @@ jobs:
50
- uses: actions/checkout@v4
51
52
53
54
55
registry-url: "https://registry.npmjs.org"
56
.node-version
@@ -0,0 +1 @@
1
+22.x.x
0 commit comments