enable dep caching

This commit is contained in:
itsMapleLeaf
2022-08-06 00:10:23 -05:00
parent a39d6295c4
commit 57e0fd458c

View File

@@ -41,6 +41,7 @@ jobs:
with:
# https://github.com/actions/setup-node#supported-version-syntax
node-version: "16"
cache: "pnpm"
- run: npm i -g pnpm@7.5.0
- run: pnpm install --frozen-lockfile
- run: ${{ matrix.command.run }}