Skip to content

Update dependencies, change Node.js version to 20, and enhance test c… #421

Update dependencies, change Node.js version to 20, and enhance test c…

Update dependencies, change Node.js version to 20, and enhance test c… #421

Workflow file for this run

on:
push:
branches-ignore:
# Ignore branches automatically created by github-rebase
- rebase-pull-request**
- cherry-pick-rebase-pull-request**
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: yarn install --frozen-lockfile
- name: Build
run: yarn run build
- name: Test
run: yarn test