Skip to content

chore: upgrade to node 18 #289

chore: upgrade to node 18

chore: upgrade to node 18 #289

Workflow file for this run

name: any-pr
on: [pull_request]
jobs:
build_test:
name: Build test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and test
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test --coverage