Skip to content

Commit 5ac4a16

Browse files
authored
chore: use the node 18 in prerelease workflow (#9713)
1 parent e0cdf1f commit 5ac4a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/[email protected]
2121
with:
22-
node-version: latest
22+
node-version: 18
2323
- name: Install dependencies
2424
run: npm install
2525
- name: Build

0 commit comments

Comments
 (0)