Skip to content

try to enable corepack in ci #11

try to enable corepack in ci

try to enable corepack in ci #11

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: |
corepack enable
make nodejs
- name: Run tests
run: |
make wtr