Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 168fb09

Browse files
fix: update node-version in automation file
1 parent 303c55d commit 168fb09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
cache: 'yarn'
1717
- name: Install dependencies
1818
run: yarn
1919
- name: Release
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
NPM_TOKEN: ${{ secrets.NPM_PUBLISH }}
23-
run: npx semantic-release
23+
run: npx semantic-release

0 commit comments

Comments
 (0)