Skip to content

build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #4

build(deps): bump decode-uri-component from 0.2.0 to 0.2.2

build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #4

name: Pull Request
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm run lint
- run: npm run test:ci