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

Commit 5f5a192

Browse files
author
Yovangga Anandhika
authored
Update
1 parent 52284b8 commit 5f5a192

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 12
19-
- run: npm ci
20-
- run: npm test
18+
node-version: 17.9.0
19+
- run: yarn run build
2120

2221
publish-npm:
2322
needs: build
@@ -26,7 +25,7 @@ jobs:
2625
- uses: actions/checkout@v2
2726
- uses: actions/setup-node@v1
2827
with:
29-
node-version: 12
28+
node-version: 17.9.0
3029
registry-url: https://registry.npmjs.org/
3130
- run: npm ci
3231
- run: npm publish

0 commit comments

Comments
 (0)