Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit faca40b

Browse files
committed
Remove test
1 parent 5af508c commit faca40b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
with:
1414
node-version: 20.5.1
1515
- run: npm ci
16-
- run: npm test
1716

1817
publish-gpr:
1918
needs: build
@@ -25,7 +24,7 @@ jobs:
2524
- uses: actions/checkout@v4
2625
- uses: actions/setup-node@v3
2726
with:
28-
node-version: 16
27+
node-version: 20.5.1
2928
registry-url: https://npm.pkg.github.com/
3029
- run: npm ci
3130
- run: npm publish

0 commit comments

Comments
 (0)