Skip to content

chore(deps-dev): bump @types/node from 20.12.2 to 22.5.2 #359

chore(deps-dev): bump @types/node from 20.12.2 to 22.5.2

chore(deps-dev): bump @types/node from 20.12.2 to 22.5.2 #359

Workflow file for this run

name: PR
on: [pull_request]
jobs:
pr:
strategy:
matrix:
step: ['lint', 'test:ci']
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
registry-url: "https://registry.npmjs.org"
always-auth: true
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn ${{ matrix.step }}