Skip to content

Commit 12ee6b2

Browse files
committed
Testing workflow
1 parent 51e15fc commit 12ee6b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version-file: .node-version
2222
registry-url: https://registry.npmjs.org/
23-
cache: npm
2423
- run: npm ci
2524
- run: |
2625
echo "Publishing $TAG_NAME"

0 commit comments

Comments
 (0)