-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Revert] -> Downgraded node version from 18 to 16
- Loading branch information
1 parent
58653e7
commit fb3ac77
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -12,13 +12,13 @@ jobs: | |
- name: Install libvips | ||
run: sudo apt-get install libvips | ||
- uses: actions/checkout@v2 | ||
- name: Setup Node 18 | ||
- name: Setup Node 16 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '18' | ||
node-version: '16' | ||
- name: Install dependencies | ||
run: | | ||
rm -rf node_modules && npm i --force --unsafe-perm | ||
npm i --force --unsafe-perm | ||
- name: Force installing sharp | ||
run: npm install --ignore-scripts=false --verbose [email protected] --unsafe-perm --force | ||
- name: 'Create env file' | ||
|