Skip to content

Bump actions/checkout from 4.2.2 to 5.0.0 in the actions group #2294

Bump actions/checkout from 4.2.2 to 5.0.0 in the actions group

Bump actions/checkout from 4.2.2 to 5.0.0 in the actions group #2294

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Node.js environment
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '16'
check-latest: true
- name: Install packages
run: npm ci
- name: Build
run: npm run build