From 76e8c279f903194ff66e45098c65931af83824b0 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:10:26 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d077569..4e0d27d 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'All in one: setup node, pnpm, cache' -description: 'Installs pnpm, uses actions/setup-node for cache, and then runs pnpm install. Uses package.json for the "node-version" by default.' +description: 'Installs pnpm, uses actions/setup-node for cache, and *then* runs pnpm install.' author: NullVoxPopuli branding: icon: 'package'