diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d4bf9fb..f5e095e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18 - cache: npm - name: Check linting run: deno task lint diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f909a9c..7b4951b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,11 +21,10 @@ jobs: with: deno-version: v1.x - - name: Setup Node.js + - name: Set-up Node.js uses: actions/setup-node@v4 with: node-version: 18 - cache: npm registry-url: https://registry.npmjs.org - name: Generate release notes