Skip to content

Fixing test actions error #31

Fixing test actions error

Fixing test actions error #31

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
- run: yarn
- run: yarn run build
- run: yarn run test