Skip to content

Commit 115f22a

Browse files
authored
fix: update node to 20.x in release workflow (openscd#1716)
1 parent e9291fb commit 115f22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: ${{ steps.release.outputs.release_created }}
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: "20.x"
2929
registry-url: "https://registry.npmjs.org"
3030
if: ${{ steps.release.outputs.release_created }}
3131
- run: npm ci --include=optional

0 commit comments

Comments
 (0)