Skip to content

Commit 0b8f99d

Browse files
committed
ci: run semantic-release on node 18
1 parent c4f5809 commit 0b8f99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v3
6262
- uses: actions/setup-node@v3
6363
with:
64-
node-version: 16.x
64+
node-version: 18.x
6565
- name: Cache ~/.pnpm-store
6666
uses: actions/cache@v2
6767
env:

0 commit comments

Comments
 (0)