Skip to content

chore(deps-dev): bump @types/node from 20.11.28 to 20.12.8 #442

chore(deps-dev): bump @types/node from 20.11.28 to 20.12.8

chore(deps-dev): bump @types/node from 20.11.28 to 20.12.8 #442

Workflow file for this run

name: node
on:
push:
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: install
run: yarn
- name: build
run: yarn build
- name: test
run: yarn test