Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.3.1
with:
fetch-depth: 0

- uses: actions/setup-node@v4
- uses: actions/setup-node@v4.4.0
with:
node-version: 22
node-version: 22.22.3

- run: corepack enable

- name: find pnpm cache path
id: cache
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/cache@v4
- uses: actions/cache@v4.3.0
with:
path: ${{ steps.cache.outputs.path }}
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -47,7 +47,7 @@ jobs:

- name: Update release PR / Publish packages to `npm`
id: changesets
uses: changesets/action@v1
uses: changesets/action@v1.9.0
with:
title: Release
commit: Release new version
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.3.1

- uses: actions/setup-node@v4
- uses: actions/setup-node@v4.4.0
with:
node-version: 22
node-version: 22.22.3

- run: corepack enable

- name: find pnpm cache path
id: cache
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/cache@v4
- uses: actions/cache@v4.3.0
with:
path: ${{ steps.cache.outputs.path }}
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -39,19 +39,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.3.1

- uses: actions/setup-node@v4
- uses: actions/setup-node@v4.4.0
with:
node-version: 22
node-version: 22.22.3

- run: corepack enable

- name: find pnpm cache path
id: cache
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/cache@v4
- uses: actions/cache@v4.3.0
with:
path: ${{ steps.cache.outputs.path }}
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -67,19 +67,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.3.1

- uses: actions/setup-node@v4
- uses: actions/setup-node@v4.4.0
with:
node-version: 22
node-version: 22.22.3

- run: corepack enable

- name: find pnpm cache path
id: cache
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/cache@v4
- uses: actions/cache@v4.3.0
with:
path: ${{ steps.cache.outputs.path }}
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -95,19 +95,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.3.1

- uses: actions/setup-node@v4
- uses: actions/setup-node@v4.4.0
with:
node-version: 22
node-version: 22.22.3

- run: corepack enable

- name: find pnpm cache path
id: cache
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/cache@v4
- uses: actions/cache@v4.3.0
with:
path: ${{ steps.cache.outputs.path }}
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"eslint-processor-vue-blocks": "-",
"jsonc-eslint-parser": "-",
"toml-eslint-parser": "-",
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1"
"is-core-module": "npm:@nolyfill/is-core-module@1.0.39",
"safer-buffer": "npm:@nolyfill/safer-buffer@1.0.44"
}
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading