Skip to content

Commit

Permalink
Merge pull request #126 from nwjs/dependabot/github_actions/dot-githu…
Browse files Browse the repository at this point in the history
…b/workflows/actions/setup-node-4.0.1
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
2 parents 7f1c0bd + 065cd43 commit 3ee4296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 20
- name: Prepare for SDK release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get Node version from Node manifest
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV
- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ env.NODE_VER }}
cache: "npm"
Expand Down

0 comments on commit 3ee4296

Please sign in to comment.