Skip to content

Bump @types/node from 20.9.2 to 20.10.3 #110

Bump @types/node from 20.9.2 to 20.10.3

Bump @types/node from 20.9.2 to 20.10.3 #110

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: ">=18.0.0"
- name: Test
run: yarn install && yarn test