This repository was archived by the owner on Oct 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-11
lines changed Expand file tree Collapse file tree 3 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 25
25
cache : " yarn"
26
26
27
27
- name : Install dependencies
28
- run : yarn
28
+ run : yarn install --frozen-lockfile
29
29
30
30
- name : Build
31
31
run : yarn build
Original file line number Diff line number Diff line change @@ -11,17 +11,28 @@ jobs:
11
11
release :
12
12
name : Release
13
13
runs-on : ubuntu-latest
14
+ permissions :
15
+ id-token : write
16
+ contents : write
17
+ packages : write
18
+ pull-requests : write
19
+ issues : read
20
+
14
21
steps :
15
- - name : Checkout Repo
16
- uses : actions/checkout@v3
22
+ - name : Check out code
23
+ uses : actions/checkout@v4
17
24
18
- - name : Setup Node.js 20.x
19
- uses : actions/setup-node@v3
25
+ - name : Setup Node.js environment
26
+ uses : actions/setup-node@v4
20
27
with :
21
- node-version : 20.x
28
+ node-version : 20
29
+ cache : " yarn"
22
30
23
31
- name : Install Dependencies
24
- run : yarn
32
+ run : yarn install --frozen-lockfile
33
+
34
+ - name : Build
35
+ run : yarn build
25
36
26
37
- name : Create Release Pull Request or Publish to npm
27
38
id : changesets
Original file line number Diff line number Diff line change @@ -6131,7 +6131,6 @@ which@^2.0.1:
6131
6131
isexe "^2.0.0"
6132
6132
6133
6133
" wrap-ansi-cjs@npm:wrap-ansi@^7.0.0" , wrap-ansi@^7.0.0:
6134
- name wrap-ansi-cjs
6135
6134
version "7.0.0"
6136
6135
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6137
6136
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -6212,9 +6211,9 @@ yallist@^4.0.0:
6212
6211
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
6213
6212
6214
6213
yaml@^2.3.4 :
6215
- version "2.3.4 "
6216
- resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4. tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2 "
6217
- integrity sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA ==
6214
+ version "2.4.0 "
6215
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.0. tgz#2376db1083d157f4b3a452995803dbcf43b08140 "
6216
+ integrity sha512-j9iR8g+/t0lArF4V6NE/QCfT+CO7iLqrXAHZbJdo+LfjqP1vR8Fg5bSiaq6Q2lOD1AUEVrEVIgABvBFYojJVYQ ==
6218
6217
6219
6218
yargs-parser@^18.1.2, yargs-parser@^18.1.3 :
6220
6219
version "18.1.3"
You can’t perform that action at this time.
0 commit comments