Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/jest-environment-jsd…
Browse files Browse the repository at this point in the history
…om-29.7.0
  • Loading branch information
wwahammy authored Nov 1, 2023
2 parents 58888ca + c6b1058 commit 7030437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 2

- name: Setup node
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/noticeme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
token: ${{ secrets.DEPENDABOT_PAT }}
fetch-depth: 2

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand Down

0 comments on commit 7030437

Please sign in to comment.