From 08efbb8e5fcd91157593034fa200b98c91487918 Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Wed, 21 Feb 2024 14:38:32 -0500 Subject: [PATCH] Update text to show "Set up Node.js" since it can set up multiple versions --- .github/workflows/module-plugin-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module-plugin-test.yml b/.github/workflows/module-plugin-test.yml index 3764ed1..3d010b3 100644 --- a/.github/workflows/module-plugin-test.yml +++ b/.github/workflows/module-plugin-test.yml @@ -83,7 +83,7 @@ jobs: repository: ${{ inputs.plugin-repo }} ref: ${{ inputs.plugin-branch }} - - name: Use Node.js 16.x + - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }}