Skip to content

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

Bump decode-uri-component from 0.2.0 to 0.2.2

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

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
name: Build branch
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run test
- run: npm run lint
- run: npm run build
- name: Compare sizes
uses: preactjs/compressed-size-action@v2
with:
pattern: './lib/**/*.js'
compression: 'gzip'