From d16aba8c48528c41a171bcc6e322d5c8473320c9 Mon Sep 17 00:00:00 2001 From: Patrick Smith <124022076+psmithshine@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:06:50 +1000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5e2356..e9b78b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,11 +12,11 @@ jobs: steps: - uses: actions/checkout@v2 # Install the Node version specified in the project `.node-version` file - - uses: nodenv/actions/node-version@v2.0.9 + - uses: nodenv/actions/node-version@v3 id: nodenv - # - uses: actions/setup-node@v1 - # with: - # node-version: "${{ steps.nodenv.outputs.node-version }}" + - uses: actions/setup-node@v4 + with: + node-version: "${{ steps.nodenv.outputs.node-version }}" # # Yarn will also have been installed by actions/setup-node@v1 # - run: yarn install # - run: yarn checkFormatting