Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit 75572a7

Browse files
committed
Remove build step from test action
1 parent fb47bf5 commit 75572a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
cache: 'npm'
2020
- run: npm ci --ignore-scripts
21-
- run: npm run build
2221
- run: npm run test
2322

2423
publish:
@@ -31,7 +30,7 @@ jobs:
3130
- uses: actions/checkout@v3
3231
- uses: actions/setup-node@v3
3332
with:
34-
node-version: 16
33+
node-version: 18
3534
cache: 'npm'
3635
registry-url: https://npm.pkg.github.com/
3736
- name: Install dependencies

0 commit comments

Comments
 (0)