Skip to content

Commit 47cd4a2

Browse files
Updated Staging stack node version for tutorials (#99)
1 parent 28e1463 commit 47cd4a2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/staging-cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ jobs:
1212
- name: Install libvips
1313
run: sudo apt-get install libvips
1414
- uses: actions/checkout@v2
15-
- name: Setup Node 16
15+
- name: Setup Node 18
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '16'
18+
node-version: '18'
1919
- name: Install dependencies
2020
run: |
21+
rm -rf .cache node_modules
2122
npm i --force --unsafe-perm
2223
- name: Force installing sharp
2324
run: npm install --ignore-scripts=false --verbose sharp@0.30.7 --force --unsafe-perm

0 commit comments

Comments
 (0)