From f835ec35c3efb3ee4833fe055f8bb75b4bc8a464 Mon Sep 17 00:00:00 2001 From: Jason Cabot Date: Sat, 4 Nov 2023 12:10:46 +0000 Subject: [PATCH] Updated the actions version --- .github/workflows/cloudflare.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index 278319d..212aa90 100644 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -11,13 +11,10 @@ jobs: name: Pages steps: - uses: actions/checkout@v2 - - name: Read Node version from .nvmrc - run: echo ::set-output name=NVMRC::$(cat .nvmrc) - id: nvm - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: '${{ steps.nvm.outputs.NVMRC }}' + node-version-file: .nvmrc - run: yarn working-directory: worker - name: Publish Image Worker