diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ffe9477f..51f63b2ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,16 +2,17 @@ name: CI on: pull_request: branches: ['main'] + workflow_dispatch: jobs: lint-and-test: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup PNPM uses: pnpm/action-setup@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: cache: 'pnpm' node-version-file: '.nvmrc'