Skip to content

Bump cookiejar from 2.1.2 to 2.1.4 #10

Bump cookiejar from 2.1.2 to 2.1.4

Bump cookiejar from 2.1.2 to 2.1.4 #10

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test