Skip to content

bumping node version #2

bumping node version

bumping node version #2

Workflow file for this run

name: CI
on: [push]
jobs:
lint_test_and_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
- run: yarn test
- run: yarn build