Skip to content

Bump @types/node from 17.0.23 to 20.12.11 #540

Bump @types/node from 17.0.23 to 20.12.11

Bump @types/node from 17.0.23 to 20.12.11 #540

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm run test