Skip to content

using node 20

using node 20 #145

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup node
uses: actions/[email protected]
with:
node-version: 18
cache: 'yarn'
- run: yarn install
- run: yarn run test