We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e15fc commit 12ee6b2Copy full SHA for 12ee6b2
1 file changed
.github/workflows/testing.yml
@@ -18,9 +18,8 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-node@v4
20
with:
21
- node-version: 18
+ node-version-file: .node-version
22
registry-url: https://registry.npmjs.org/
23
- cache: npm
24
- run: npm ci
25
- run: |
26
echo "Publishing $TAG_NAME"
0 commit comments