Skip to content

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#130) #84

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#130)

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#130) #84

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2
- name: Setup Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # tag: v4.1.0
with:
node-version: lts/*
- name: yarn install, build, and test
run: |
yarn install
yarn test