We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fa9837 + 0d2a0b6 commit df483a4Copy full SHA for df483a4
.changeset/config.json
@@ -4,7 +4,7 @@
4
"commit": false,
5
"fixed": [],
6
"linked": [],
7
- "access": "restricted",
+ "access": "public",
8
"baseBranch": "main",
9
"updateInternalDependencies": "patch",
10
"ignore": []
.github/workflows/release.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout Repo
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
- name: Setup Node.js 20
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
with:
21
node-version: 20
22
0 commit comments