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.
1 parent 1ba8c18 commit e84207aCopy full SHA for e84207a
.github/changeset-preview/package.json
@@ -1,5 +1,5 @@
1
{
2
"dependencies": {
3
- "@changesets/get-release-plan": "^4.0.15"
+ "@changesets/get-release-plan": "^4.0.16"
4
}
5
.github/setup/action.yml
@@ -6,7 +6,7 @@ runs:
6
- name: Setup pnpm
7
uses: pnpm/action-setup@v4.4.0
8
- name: Setup Node
9
- uses: actions/setup-node@v6.3.0
+ uses: actions/setup-node@v6.4.0
10
with:
11
node-version-file: .nvmrc
12
package-manager-cache: false
@@ -15,7 +15,7 @@ runs:
15
run: |
16
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
17
- name: Setup pnpm cache
18
- uses: actions/cache@v5.0.4
+ uses: actions/cache@v5.0.5
19
20
path: ${{ env.STORE_PATH }}
21
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments