Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Fix security #5774

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
Binyang2014 committed May 9, 2022
commit 08f25ed3bd3d545ca51a9ac113e98944bc078897
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [12, 14]
node: [12]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [12, 14]
node: [12]
os: [ubuntu-18.04, ubuntu-latest]

steps:
Expand All @@ -168,7 +168,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [12, 14]
node: [12]
os: [ubuntu-18.04, ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion src/rest-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/Microsoft/pai/issues"
},
"engines": {
"node": "^10"
"node": "^12"
},
"dependencies": {
"@azure/storage-blob": "^12.5.0",
Expand Down