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 }}