diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b6a6c2..5268710 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,6 +3,7 @@ name: Tests on: # push: # branches: [ "main" ] + workflow_dispatch: pull_request: concurrency: @@ -11,11 +12,11 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: - node-version: [18.x] + node-version: [18] steps: - uses: actions/checkout@v3 @@ -23,7 +24,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - name: Install dfx uses: dfinity/setup-dfx@main - name: Install mops