We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e8f8a commit d7ccbc7Copy full SHA for d7ccbc7
2 files changed
.github/workflows/linux_quick-test.yaml
@@ -15,6 +15,11 @@ jobs:
15
BRANCH_NAME=$(echo "${{ github.ref }}" | awk -F'/' '{print $3}')
16
echo "::set-output name=TEST_RUN_NAME::${{ github.workflow }}—$BRANCH_NAME"
17
18
+ - name: Install node version 16
19
+ uses: actions/setup-node@v3
20
+ with:
21
+ node-version: '16'
22
+
23
- name: Install root dependencies
24
run: npm install
25
package.json
@@ -21,7 +21,7 @@
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"semver": "^7.6.3",
- "sharp": "^0.33.5",
+ "sharp": "^0.34.4",
"uuid": "^11.0.3"
26
},
27
"bin": {
0 commit comments