Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 (#184) #362

Bump tough-cookie from 4.0.0 to 4.1.3 (#184)

Bump tough-cookie from 4.0.0 to 4.1.3 (#184) #362

Workflow file for this run

name: "Test typescript-action"
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- run: npm ci
- run: npm run test
- run: npm run check
- run: npm run build