Skip to content

ci: bump dependencies in workflows (#73) #136

ci: bump dependencies in workflows (#73)

ci: bump dependencies in workflows (#73) #136

Workflow file for this run

name: Lint
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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # tag: v4.2.0
with:
node-version: 20.x
- name: Lint
run: |
yarn
yarn lint