Skip to content

Commit 7159756

Browse files
author
Robin Danzinger
committed
Merge branch 'main' of github.com:gardenjs/render-plugin-vue
2 parents 35efd18 + 5598e47 commit 7159756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

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

2020
publish-npm:
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 16
27+
node-version: 20
2828
registry-url: https://registry.npmjs.org/
2929
- run: npm ci
3030
- run: npm publish

0 commit comments

Comments
 (0)