Skip to content

Commit 3e97dbd

Browse files
committed
fix: publish GH action workflow - update node version
1 parent 4fe295b commit 3e97dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
- run: npm ci
1616
- run: npx semantic-release
1717
env:

0 commit comments

Comments
 (0)