We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76fad8 commit 0e4759bCopy full SHA for 0e4759b
2 files changed
.github/workflows/cd.yml
@@ -10,10 +10,10 @@ jobs:
10
- name: Install libvips
11
run: sudo apt-get install libvips
12
- uses: actions/checkout@v2
13
- - name: Setup Node 12
+ - name: Setup Node 16
14
uses: actions/setup-node@v2
15
with:
16
- node-version: '12'
+ node-version: '16'
17
- name: Install dependencies
18
run: |
19
npm i --force --unsafe-perm
.github/workflows/staging-cd.yml
0 commit comments