Skip to content

Commit e99dc2e

Browse files
authored
Update release.yml
1 parent c0b6791 commit e99dc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/[email protected]
1313
with:
14-
node-version: '16'
14+
node-version: '18'
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)