Skip to content

Bump typescript from 5.4.2 to 5.4.4 #8

Bump typescript from 5.4.2 to 5.4.4

Bump typescript from 5.4.2 to 5.4.4 #8

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