Skip to content

Commit 1a7c7e9

Browse files
Update changesets monorepo
1 parent 8239deb commit 1a7c7e9

File tree

4 files changed

+338
-913
lines changed

4 files changed

+338
-913
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Setup Node.js 18.x
14-
uses: actions/setup-node@v3.1.1
14+
uses: actions/setup-node@v3.8.2
1515
with:
1616
node-version: 18.x
1717

1818
- name: Use cached node_modules
19-
uses: actions/cache@v3.0.2
19+
uses: actions/cache@v3.3.3
2020
with:
2121
path: node_modules
2222
key: nodeModules-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js 18.x
20-
uses: actions/setup-node@v3.1.1
20+
uses: actions/setup-node@v3.8.2
2121
with:
2222
node-version: 18.x
2323
cache: npm

0 commit comments

Comments
 (0)