File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ jobs:
15
15
16
16
strategy :
17
17
matrix :
18
- node-version : [16.x, 18.x, 20.x]
18
+ node-version : [18.x, 20.x]
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@v3
23
+ uses : actions/setup-node@v4
24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
- name : Setup PNPM ${{ matrix.pnpm-version }}
27
- uses : pnpm/action-setup@v2.4 .0
27
+ uses : pnpm/action-setup@v4.0 .0
28
28
with :
29
- version : 8 .x.x
29
+ version : 9 .x.x
30
30
- run : pnpm install --frozen-lockfile
31
31
- run : pnpm build
32
32
- run : pnpm test
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - uses : actions/setup-node@v3
14
+ - uses : actions/checkout@v4
15
+ - uses : actions/setup-node@v4
16
16
with :
17
- node-version : 18
18
- - uses : pnpm/action-setup@v2.4 .0
17
+ node-version : 20
18
+ - uses : pnpm/action-setup@v4.0 .0
19
19
with :
20
- version : 8 .x.x
20
+ version : 9 .x.x
21
21
- run : pnpm install --frozen-lockfile
22
22
- run : pnpm build
23
23
- run : pnpm test
@@ -26,14 +26,14 @@ jobs:
26
26
needs : build
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v3
30
- - uses : actions/setup-node@v3
29
+ - uses : actions/checkout@v4
30
+ - uses : actions/setup-node@v4
31
31
with :
32
- node-version : 18
32
+ node-version : 20
33
33
registry-url : https://registry.npmjs.org/
34
- - uses : pnpm/action-setup@v2.4 .0
34
+ - uses : pnpm/action-setup@v4.0 .0
35
35
with :
36
- version : 8 .x.x
36
+ version : 9 .x.x
37
37
- run : pnpm install --frozen-lockfile
38
38
- run : npm publish
39
39
env :
You can’t perform that action at this time.
0 commit comments