Skip to content

Bump dset from 3.1.3 to 3.1.4 in the npm_and_yarn group across 1 directory #25

Bump dset from 3.1.3 to 3.1.4 in the npm_and_yarn group across 1 directory

Bump dset from 3.1.3 to 3.1.4 in the npm_and_yarn group across 1 directory #25

Workflow file for this run

name: Continuous testing
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use node 20
uses: actions/setup-node@v3
with:
node-version: 20
- uses: c-hive/gha-yarn-cache@v2
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use node 20
uses: actions/setup-node@v3
with:
node-version: 20
- uses: c-hive/gha-yarn-cache@v2
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn run build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use node 20
uses: actions/setup-node@v3
with:
node-version: 20
- uses: c-hive/gha-yarn-cache@v2
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn run test