Skip to content

Update dependency @types/node to v22.9.0 (#198) #526

Update dependency @types/node to v22.9.0 (#198)

Update dependency @types/node to v22.9.0 (#198) #526

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: install yarn
run: npm install -g yarn
- name: run tests
run: |
yarn install
yarn run build
env:
CI: true