Skip to content

Bump cookie from 0.5.0 to 0.7.0 #7

Bump cookie from 0.5.0 to 0.7.0

Bump cookie from 0.5.0 to 0.7.0 #7

Workflow file for this run

on: pull_request
name: Test
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- name: build
run: npm run build