Skip to content

Bump runtime to node20 #801

Bump runtime to node20

Bump runtime to node20 #801

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: checkout
uses: actions/checkout@main
- name: install
run: yarn install
- name: format
run: yarn format-check
- name: test
run: yarn test
- name: package
run: yarn package