Skip to content

chore(deps): update actions/checkout action to v5 #389

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #389

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Lint and Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Use Node.js v23.11.1
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: v23.11.1
- name: Build
run: |
yarn
yarn checks