Skip to content

Commit 2e5904d

Browse files
chore: update Node.js version in release workflow to 20
1 parent b84fdfc commit 2e5904d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
release:
1919
uses: ./.github/workflows/npm-release.yml
2020
with:
21-
node-version: 18
21+
node-version: 20
2222
require-build: false
2323
secrets:
2424
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)