Skip to content

Bump decode-uri-component from 0.2.0 to 0.2.2 #96

Bump decode-uri-component from 0.2.0 to 0.2.2

Bump decode-uri-component from 0.2.0 to 0.2.2 #96

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 15]
name: Node ${{ matrix.node }} test
steps:
- uses: actions/checkout@v1
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm i -g pnpm
- run: pnpm i
- run: pnpm test -- --coverage