Skip to content

fix(deps): update dependency @types/node-fetch to v2.6.11 #1738

fix(deps): update dependency @types/node-fetch to v2.6.11

fix(deps): update dependency @types/node-fetch to v2.6.11 #1738

Workflow file for this run

name: E2E Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, and e2e test
run: |
npm ci
npm run webdriver-update
npm run e2e
env:
CI: true