Skip to content

Commit c781915

Browse files
committed
revert/use fixed Node version in CI
1 parent f313a59 commit c781915

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
ref: develop
1919
- uses: actions/setup-node@v3
2020
with:
21+
node-version: 18
2122
registry-url: https://registry.npmjs.org/
2223
- name: pre-setup
2324
run: sh ./scripts/preinstall.sh

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
ref: master
1717
- uses: actions/setup-node@v3
1818
with:
19+
node-version: 18
1920
registry-url: https://registry.npmjs.org/
2021
- name: pre-setup
2122
run: sh ./scripts/preinstall.sh

0 commit comments

Comments
 (0)