-
-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: minimum supported Node.js version is
18.12.0
- Loading branch information
Showing
19 changed files
with
9,125 additions
and
20,089 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,8 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest, windows-latest, macos-latest] | ||
node-version: [14.x, 16.x, 18.x, 20.x] | ||
# TODO add 21.x after node-sass gets support | ||
node-version: [18.x, 20.x] | ||
webpack-version: [latest] | ||
|
||
runs-on: ${{ matrix.os }} | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
@@ -82,10 +83,6 @@ jobs: | |
node-version: ${{ matrix.node-version }} | ||
cache: "npm" | ||
|
||
- name: Install deps | ||
This comment has been minimized.
Sorry, something went wrong. |
||
run: npm install [email protected] | ||
if: matrix.node-version == '20.x' | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ module.exports = (api) => { | |
"@babel/preset-env", | ||
{ | ||
targets: { | ||
node: "14.15.0", | ||
node: "18.12.0", | ||
This comment has been minimized.
Sorry, something went wrong.
sag1v
|
||
}, | ||
}, | ||
], | ||
|
Oops, something went wrong.
danyy