File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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}}
You can’t perform that action at this time.
0 commit comments