Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/tough-cookie-and-cyp… #96

Merge branch 'main' into dependabot/npm_and_yarn/tough-cookie-and-cyp…

Merge branch 'main' into dependabot/npm_and_yarn/tough-cookie-and-cyp… #96

Workflow file for this run

name: Install
on: push
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install Node.js, NPM
uses: actions/setup-node@v2
with:
node-version: 18
cache: npm
- name: Make sure `npm install` works correctly
run: npm install