Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/types/node-22.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jremy42 authored Nov 4, 2024
2 parents 2528f5f + ab254ee commit 3e08ac9
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/[email protected]
- 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/[email protected]
- 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/[email protected]
- 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 3e08ac9

Please sign in to comment.