Skip to content

Commit fa8ad90

Browse files
authored
Merge pull request #32 from swup/version/automated
Fix publish action
2 parents 2c93737 + 013f72b commit fa8ad90

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
publish-npm:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-node@v1
13+
- uses: actions/checkout@v3
14+
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 12
17-
registry-url: https://registry.npmjs.org/
16+
node-version: 16
17+
registry-url: https://registry.npmjs.org
1818
- run: npm ci
1919
- run: npm publish --access public
2020
env:

0 commit comments

Comments
 (0)