Skip to content

fix: action config path #1

fix: action config path

fix: action config path #1

Workflow file for this run

name: Test
on: [push]
jobs:
Run-Test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: corepack enable
- run: pnpm i
- run: pnpm run test