Skip to content

build(deps-dev): bump @types/node from 16.18.83 to 20.12.11 #1173

build(deps-dev): bump @types/node from 16.18.83 to 20.12.11

build(deps-dev): bump @types/node from 16.18.83 to 20.12.11 #1173

Workflow file for this run

name: CI Test
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: '18.x'
- run: npm ci
- run: yarn build