Skip to content

Commit 9820452

Browse files
committed
feat(release): Use latest node.js version for releasing
1 parent 03a69bd commit 9820452

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
uses: actions/checkout@v4
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v4
15+
with:
16+
node-version: latest
1517
- name: Install dependencies
1618
run: npm ci
1719
- name: Release

0 commit comments

Comments
 (0)