From 0055a1acce8f209e5094eb8ff18daf953e1a4d69 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Sun, 19 Jan 2025 17:46:37 +0000 Subject: [PATCH] Testing to see how well adding a cache action works --- .forgejo/workflows/lint.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 5aea45df0..188c2dd8f 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -33,6 +33,12 @@ jobs: with: node-version-file: '.node-version' cache: 'pnpm' + - name: Cache node modules + id: cache-node + uses: actions/cache@v4 + with: + path: node_modules + key: node-modules - run: pnpm i --frozen-lockfile lint: