CEC-3542 Missing Permissions import (#269)

* CEC-3542 Missing Permissions import

* silence deprecation warnings

Co-authored-by: Rafi Greenberg <rgreenberg@fiskerinc.com>
This commit is contained in:
John Wu
2023-01-17 15:35:10 -08:00
committed by GitHub
parent a9a14c9493
commit 1bc6419c69
2 changed files with 5 additions and 4 deletions

View File

@@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"