Skip to content

chore(deps-dev): bump @types/node from 18.18.3 to 18.18.14 #2743

chore(deps-dev): bump @types/node from 18.18.3 to 18.18.14

chore(deps-dev): bump @types/node from 18.18.3 to 18.18.14 #2743

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: npm i -g yarn@1
- run: yarn config set network-timeout 300000
- run: yarn --frozen-lockfile
- run: yarn test