Skip to content

Commit b5df97d

Browse files
committed
Use Node.js 16.x for webpack related actions.
- Node.js 18.x needs a newer webpack and related tools. Will return to 18.x when the tooling is updated.
1 parent 60d8484 commit b5df97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 10
4242
strategy:
4343
matrix:
44-
node-version: [18.x]
44+
node-version: [16.x]
4545
bundler: [webpack, browserify]
4646
steps:
4747
- uses: actions/checkout@v3
@@ -62,7 +62,7 @@ jobs:
6262
timeout-minutes: 10
6363
strategy:
6464
matrix:
65-
node-version: [18.x]
65+
node-version: [16.x]
6666
steps:
6767
- uses: actions/checkout@v3
6868
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)