Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/actions/core-1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Laure-di authored Nov 4, 2024
2 parents fe45b6f + ab254ee commit c2b936a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- name: Set Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: 'pnpm'
node-version: 20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- name: Set Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: 'pnpm'
node-version: 20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- name: Set Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: 'pnpm'
node-version: 20.x
Expand Down

0 comments on commit c2b936a

Please sign in to comment.