Skip to content

Commit 4e45161

Browse files
authored
Update Node.js version to 18 in release workflow
1 parent 790b517 commit 4e45161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 14
25+
node-version: 18
2626
cache: pnpm
2727
- name: Install Dependencies
2828
run: pnpm install --no-frozen-lockfile

0 commit comments

Comments
 (0)