Skip to content

Bump actions/checkout from 3 to 4 #107

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #107

Workflow file for this run

name: Node.js
on:
push:
branches: [master]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
cache: 'yarn'
cache-dependency-path: yarn.lock
- run: yarn install --frozen-lockfile
- run: yarn test