Skip to content

Commit

Permalink
upd: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Salzmann committed May 12, 2024
1 parent 63a4564 commit 31df1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-now.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:

- name: checkout
# if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Setup Node
# if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: v18.13.0

Expand Down

0 comments on commit 31df1b9

Please sign in to comment.