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