Skip to content

Commit c1c993a

Browse files
Pin dependencies
1 parent 03a8609 commit c1c993a

3 files changed

Lines changed: 31 additions & 31 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v4.3.1
1515

16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v4.4.0
1717
with:
18-
node-version: 22
18+
node-version: 22.23.0
1919

2020
- run: corepack enable
2121

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

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

4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v4.3.1
4343

44-
- uses: actions/setup-node@v4
44+
- uses: actions/setup-node@v4.4.0
4545
with:
46-
node-version: 22
46+
node-version: 22.23.0
4747

4848
- run: corepack enable
4949

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

54-
- uses: actions/cache@v4
54+
- uses: actions/cache@v4.3.0
5555
with:
5656
path: ${{ steps.cache.outputs.path }}
5757
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -70,19 +70,19 @@ jobs:
7070
contents: write
7171

7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v4.3.1
7474

75-
- uses: actions/setup-node@v4
75+
- uses: actions/setup-node@v4.4.0
7676
with:
77-
node-version: 22
77+
node-version: 22.23.0
7878

7979
- run: corepack enable
8080

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

85-
- uses: actions/cache@v4
85+
- uses: actions/cache@v4.3.0
8686
with:
8787
path: ${{ steps.cache.outputs.path }}
8888
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -95,7 +95,7 @@ jobs:
9595
- run: pnpm build
9696

9797
- name: Deploy
98-
uses: peaceiris/actions-gh-pages@v4
98+
uses: peaceiris/actions-gh-pages@v4.1.0
9999
with:
100100
github_token: ${{ secrets.GITHUB_TOKEN }}
101101
publish_dir: ./dist

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"jsonc-eslint-parser": "-",
7373
"toml-eslint-parser": "-",
7474
"yaml-eslint-parser": "-",
75-
"is-core-module": "npm:@nolyfill/is-core-module@^1",
76-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
77-
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1"
75+
"is-core-module": "npm:@nolyfill/is-core-module@1.0.39",
76+
"safe-buffer": "npm:@nolyfill/safe-buffer@1.0.44",
77+
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@1.0.44"
7878
}
7979
}
8080
}

pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)