Skip to content

Commit

Permalink
need to checkout to use local workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mweberxyz committed Mar 28, 2024
1 parent 5b2cbb2 commit 4fa4661
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false

- name: Determine latest Node v20 release
id: release
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Expand Down

0 comments on commit 4fa4661

Please sign in to comment.