Skip to content

Commit

Permalink
Update changesets monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent 8239deb commit d060711
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 738 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js 18.x
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v4.0.3
with:
node-version: 18.x

- name: Use cached node_modules
uses: actions/cache@v3.0.2
uses: actions/cache@v4.0.2
with:
path: node_modules
key: nodeModules-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
# https://github.com/actions/checkout
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js 18.x
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v4.0.3
with:
node-version: 18.x
cache: npm
Expand Down
Loading

0 comments on commit d060711

Please sign in to comment.