Skip to content

Commit 1195ee6

Browse files
authored
chore: fix nodejs due to v8 bug (#3819)
1 parent 49297ad commit 1195ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
os: [ubuntu-latest, windows-latest, macos-latest]
61-
node-version: [12.x, 14.x, 16.x]
61+
node-version: [12.x, 14.x, 16.8.0]
6262
webpack-version: [4, latest]
6363

6464
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)