Skip to content

Commit 933477c

Browse files
committed
remove testing
1 parent d91c1e7 commit 933477c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/npm-publish2.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 20
1616
- run: npm ci
17-
- run: npm test
1817

1918
publish-npm:
2019
needs: build
@@ -24,7 +23,7 @@ jobs:
2423
- uses: actions/checkout@v3
2524
- uses: actions/setup-node@v3
2625
with:
27-
node-version: 16
26+
node-version: 20
2827
registry-url: https://registry.npmjs.org/
2928
- run: npm ci
3029
- run: npm publish

0 commit comments

Comments
 (0)