Skip to content

Bump @types/webpack-env from 1.18.4 to 1.18.5 #216

Bump @types/webpack-env from 1.18.4 to 1.18.5

Bump @types/webpack-env from 1.18.4 to 1.18.5 #216

Workflow file for this run

name: Tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install and test
run: |
npm install
npm test