Skip to content

chore(deps): bump actions/checkout from 4.2.2 to 6.0.1 #342

chore(deps): bump actions/checkout from 4.2.2 to 6.0.1

chore(deps): bump actions/checkout from 4.2.2 to 6.0.1 #342

Workflow file for this run

name: Test (types)
on:
pull_request:
env:
NODE_VERSION: 24.x
permissions:
contents: read
jobs:
types:
name: Tests (types)
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: |
npm ci
- name: Check typings
run: npm run test:types