Update CI YML
This commit is contained in:
3
.github/workflows/integrate.yml
vendored
3
.github/workflows/integrate.yml
vendored
@ -8,14 +8,13 @@ jobs:
|
||||
test_pull_request:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install dependencies
|
||||
- run: |
|
||||
run: |
|
||||
npm ci
|
||||
cd functions && npm ci
|
||||
|
||||
|
Reference in New Issue
Block a user