Skip to content

Update dependency @types/node to v20.17.10 (#345) #825

Update dependency @types/node to v20.17.10 (#345)

Update dependency @types/node to v20.17.10 (#345) #825

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18, 20, 22 ]
name: Test v${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: corepack enable
- run: yarn install --immutable
- run: yarn build
- run: yarn lint
- run: yarn test