Skip to content

chore(deps-dev): bump @types/node from 20.12.7 to 22.4.2 #1025

chore(deps-dev): bump @types/node from 20.12.7 to 22.4.2

chore(deps-dev): bump @types/node from 20.12.7 to 22.4.2 #1025

Workflow file for this run

name: Test
on:
pull_request:
jobs:
pre-commit:
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.21.2
test-yarn:
runs-on: ubuntu-latest
permissions:
actions: none
checks: none
contents: none
deployments: none
issues: none
packages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none
id-token: none
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install --immutable
- run: yarn test