Skip to content

Commit

Permalink
Merge pull request #48 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.1.0 (develop)
  • Loading branch information
devsheva authored Oct 24, 2024
2 parents d0d81ed + b7f9b49 commit fbc728f
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/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
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/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
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/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: '.tool-versions'
cache: 'pnpm'
Expand Down

0 comments on commit fbc728f

Please sign in to comment.