Skip to content

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

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

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

Workflow file for this run

name: Test Package
on: [push]
jobs:
test-package:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: Run tests
run: pnpm test
env:
CI: true