Skip to content

Commit 377a472

Browse files
committed
fix(release): use Node.js LTS in CI
1 parent 15d4be9 commit 377a472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: '16.x'
19+
node-version: '22.x'
2020
registry-url: 'https://registry.npmjs.org'
2121
- run: npm install
2222
- run: npm run build

0 commit comments

Comments
 (0)