Skip to content

Commit 4745f1a

Browse files
committed
downgrade to nodejs 12 for releases
1 parent e0283f9 commit 4745f1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

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

2020
strategy:
2121
matrix:
22-
node-version: [18.x]
22+
node-version: [12.x]
2323

2424
steps:
2525
- uses: actions/checkout@v4

.github/workflows/webpack.yml

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

1818
strategy:
1919
matrix:
20-
node-version: [18.x]
20+
node-version: [12.x]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)