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 15, 2024
1 parent 8239deb commit a7e1c48
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 913 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
uses: actions/checkout@v3

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

- name: Use cached node_modules
uses: actions/cache@v3.0.2
uses: actions/cache@v3.3.3
with:
path: node_modules
key: nodeModules-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

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

0 comments on commit a7e1c48

Please sign in to comment.