Skip to content

Commit dc72aa1

Browse files
authored
fix(release): use node version 18 (#21)
1 parent 5b67e78 commit dc72aa1

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 16.x
21+
node-version: 18.x
2222

2323
- name: Install dependencies
2424
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)