Skip to content

Commit 80974d8

Browse files
authored
change node version to 18 from latest (#851)
1 parent 49fe449 commit 80974d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_macOS.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Node.js
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 'latest'
33+
node-version: '18'
3434
cache: 'yarn'
3535

3636
- name: Reconfigure git to use HTTP authentication
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set up Node.js
7676
uses: actions/setup-node@v4
7777
with:
78-
node-version: 'latest'
78+
node-version: '18'
7979
cache: 'yarn'
8080

8181
- name: Reconfigure git to use HTTP authentication

0 commit comments

Comments
 (0)