From cb4b6835b50e733d4fdae0e899ffeeed43e2d6d8 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 24 Dec 2023 05:55:31 +0000 Subject: yarn pnp --- .github/workflows/pull_requests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows/pull_requests.yml') diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index bdf0edf..751a051 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -24,8 +24,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: 'npm' + cache: 'yarn' - name: Install Node.js packages - run: npm ci - - name: Run linter - run: npm run lint \ No newline at end of file + run: yarn install --immutable --immutable-cache --check-cache + - name: Run test build + run: yarn build \ No newline at end of file -- cgit