Skip to content

chore(deps): update actions/checkout digest to 93cb6ef (#254) #568

chore(deps): update actions/checkout digest to 93cb6ef (#254)

chore(deps): update actions/checkout digest to 93cb6ef (#254) #568

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Use Node.js v24.11.1
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: v24.11.1
- name: Build
run: |
yarn
yarn checks