Skip to content

Commit eb6344a

Browse files
committed
chore: update ci
1 parent 8a43fac commit eb6344a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v1
1717
- uses: actions/setup-node@v1
1818
with:
19-
node-version: 16
20-
- run: npm install svelte
19+
node-version: 18
20+
- run: npm i svelte
2121
- run: npm ci
2222
- run: npm test
2323
- uses: coverallsapp/github-action@master

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 16
17+
node-version: 18
1818
- run: npm ci
1919
- run: npm test
2020

@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v1
2727
with:
28-
node-version: 16
28+
node-version: 18
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm run package
32-
- run: npm publish ./package
32+
- run: npm publish .
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)