Skip to content

Commit 3cf861a

Browse files
authored
Revert "chore: update Node.js version to 20" (#523)
1 parent 640d97f commit 3cf861a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: '18'
2222

2323
- run: yarn
2424

@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: '20'
35+
node-version: '18'
3636

3737
- run: yarn
3838

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: '18'
2222

2323
- run: yarn
2424

0 commit comments

Comments
 (0)