Skip to content

Commit

Permalink
Merge pull request #33 from devsheva/renovate/develop-actions-setup-n…
Browse files Browse the repository at this point in the history
…ode-4.x

chore(deps): update actions/setup-node action to v4.0.4 (develop)
  • Loading branch information
devsheva authored Sep 19, 2024
2 parents 2313f41 + 0e2021c commit 99ec144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
version: 9
- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.tool-versions'
cache: 'pnpm'
Expand All @@ -38,7 +38,7 @@ jobs:
with:
version: 9
- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.tool-versions'
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
version: 9
- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.tool-versions'
cache: 'pnpm'
Expand Down

0 comments on commit 99ec144

Please sign in to comment.