Skip to content

Commit ca80bca

Browse files
Pin dependencies
1 parent a3acd7f commit ca80bca

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/changesets.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v4.3.1
2222
with:
2323
fetch-depth: 0
2424

25-
- uses: actions/setup-node@v4
25+
- uses: actions/setup-node@v4.4.0
2626
with:
27-
node-version: 22
27+
node-version: 22.22.3
2828

2929
- run: corepack enable
3030

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

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

4848
- name: Update release PR / Publish packages to `npm`
4949
id: changesets
50-
uses: changesets/action@v1
50+
uses: changesets/action@v1.9.0
5151
with:
5252
title: Release
5353
commit: Release new version

.github/workflows/ci.yml

Lines changed: 16 additions & 16 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.22.3
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.22.3
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') }}
@@ -67,19 +67,19 @@ jobs:
6767
runs-on: ubuntu-latest
6868

6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v4.3.1
7171

72-
- uses: actions/setup-node@v4
72+
- uses: actions/setup-node@v4.4.0
7373
with:
74-
node-version: 22
74+
node-version: 22.22.3
7575

7676
- run: corepack enable
7777

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

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

9797
steps:
98-
- uses: actions/checkout@v4
98+
- uses: actions/checkout@v4.3.1
9999

100-
- uses: actions/setup-node@v4
100+
- uses: actions/setup-node@v4.4.0
101101
with:
102-
node-version: 22
102+
node-version: 22.22.3
103103

104104
- run: corepack enable
105105

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

110-
- uses: actions/cache@v4
110+
- uses: actions/cache@v4.3.0
111111
with:
112112
path: ${{ steps.cache.outputs.path }}
113113
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"eslint-processor-vue-blocks": "-",
7878
"jsonc-eslint-parser": "-",
7979
"toml-eslint-parser": "-",
80-
"is-core-module": "npm:@nolyfill/is-core-module@^1",
81-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1"
80+
"is-core-module": "npm:@nolyfill/is-core-module@1.0.39",
81+
"safer-buffer": "npm:@nolyfill/safer-buffer@1.0.44"
8282
}
8383
}
8484
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)