Skip to content

Commit d7ccbc7

Browse files
committed
fix version
1 parent 12e8f8a commit d7ccbc7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/linux_quick-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
BRANCH_NAME=$(echo "${{ github.ref }}" | awk -F'/' '{print $3}')
1616
echo "::set-output name=TEST_RUN_NAME::${{ github.workflow }}—$BRANCH_NAME"
1717
18+
- name: Install node version 16
19+
uses: actions/setup-node@v3
20+
with:
21+
node-version: '16'
22+
1823
- name: Install root dependencies
1924
run: npm install
2025

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pino": "^9.5.0",
2222
"pino-pretty": "^13.0.0",
2323
"semver": "^7.6.3",
24-
"sharp": "^0.33.5",
24+
"sharp": "^0.34.4",
2525
"uuid": "^11.0.3"
2626
},
2727
"bin": {

0 commit comments

Comments
 (0)