Skip to content

Commit

Permalink
Updated the actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncabot committed Nov 4, 2023
1 parent 72c849e commit f835ec3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f835ec3

Please sign in to comment.