diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dc3910..5865f9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,13 @@ jobs: id: checkout uses: actions/checkout@v3 + - name: Setup Node.js + id: setup-node + uses: actions/setup-node@v3 + with: + node-version: 18 + cache: npm + - name: Test Local Action id: test-action uses: ./