Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit 914e5e7

Browse files
authored
Update release.yml
1 parent a21f4fb commit 914e5e7

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
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4.0.2
1313
with:
14-
node-version: '16.x'
14+
node-version: '18.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci --no-progress --production
1717
- run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)