Skip to content

Bump decode-uri-component from 0.2.0 to 0.2.2 (#61) #91

Bump decode-uri-component from 0.2.0 to 0.2.2 (#61)

Bump decode-uri-component from 0.2.0 to 0.2.2 (#61) #91

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn
- name: Make
run: yarn make
- name: Test
run: yarn test