Skip to content

chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #39

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

chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #39

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
- next
- beta
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Build
run: |
npm ci
npm run build
env:
CI: true
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Lint
run: |
npm ci
npm run lint
env:
CI: true
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Test
run: |
npm ci
npm test
env:
CI: true