Skip to content

build(deps): bump actions/checkout from 4.2.2 to 5.0.0 #139

build(deps): bump actions/checkout from 4.2.2 to 5.0.0

build(deps): bump actions/checkout from 4.2.2 to 5.0.0 #139

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag: v5.0.0
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag: v4.4.0
with:
node-version: lts/*
- name: yarn install, build, and test
run: |
yarn install
yarn test