Skip to content

Commit 553318e

Browse files
committed
chore: Update relase workflow to node 18
1 parent d909f48 commit 553318e

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
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
cache: npm
1717
- run: npm ci
1818
- run: npx semantic-release

0 commit comments

Comments
 (0)