Skip to content

chore(ci): bump actions/checkout from 5.0.0 to 6.0.1 #627

chore(ci): bump actions/checkout from 5.0.0 to 6.0.1

chore(ci): bump actions/checkout from 5.0.0 to 6.0.1 #627

name: 🚀 CI
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/ci.yml
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
with:
fail-fast: false
lint-script: 'pnpm run lint --all'
lint-setup-script: 'pnpm run build'
node-versions: '[20, 22, 24]'
os-versions: '["ubuntu-latest", "windows-latest"]'
test-script: 'pnpm run test --all --fast'
test-setup-script: 'pnpm run build'
type-check-script: 'pnpm run check'
type-check-setup-script: 'pnpm run build'
test-npm-packages:
name: Test NPM Packages
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
autocrlf: false
persist-credentials: false
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
with:
node-version: 22
- uses: SocketDev/socket-registry/.github/actions/cache-npm-packages@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
- name: Build registry
run: pnpm run build
- name: Run npm package tests
run: node scripts/npm/test-npm-packages.mjs