File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- name : Playwright
11
+ name : Run Playwright tests
12
12
timeout-minutes : 5
13
13
runs-on : ubuntu-latest
14
14
steps :
17
17
run : corepack enable
18
18
- uses : actions/setup-node@v4
19
19
with :
20
- node-version : 22 .x
20
+ node-version : 20 .x
21
21
cache : ' pnpm'
22
22
23
23
- run : pnpm install
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
lint :
11
- name : Lint
11
+ name : Run Linter
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Enable corepack
16
16
run : corepack enable
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 22 .x
19
+ node-version : 20 .x
20
20
cache : ' pnpm'
21
21
22
22
- run : pnpm install
@@ -26,15 +26,15 @@ jobs:
26
26
- run : pnpm lint
27
27
28
28
check :
29
- name : Type Check
29
+ name : Run Type Check
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- uses : actions/checkout@v4
33
33
- name : Enable corepack
34
34
run : corepack enable
35
35
- uses : actions/setup-node@v4
36
36
with :
37
- node-version : 22 .x
37
+ node-version : 20 .x
38
38
cache : ' pnpm'
39
39
40
40
- run : pnpm install
Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ jobs:
12
12
name : Release
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - name : Checkout
16
+ uses : actions/checkout@v4
16
17
17
- - name : Enable corepack
18
- run : corepack enable
18
+ - name : Setup pnpm
19
+ uses : pnpm/action-setup@v2
19
20
20
21
- uses : actions/setup-node@v4
21
22
with :
22
- node-version : 22.x
23
+ node-version-file : ' .node-version '
23
24
cache : ' pnpm'
24
25
25
- - run : pnpm install
26
- env :
27
- CI : true
26
+ - name : Install Dependencies
27
+ run : pnpm install
28
28
29
29
- name : Create Release Pull Request or Publish to npm
30
30
id : changesets
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- name : Unit Tests
11
+ name : Run Unit Tests
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Enable corepack
16
16
run : corepack enable
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 22 .x
19
+ node-version : 20 .x
20
20
cache : ' pnpm'
21
21
22
22
- run : pnpm install
Original file line number Diff line number Diff line change 27
27
"url" : " git+https://github.com/elliott-with-the-longest-name-on-github/svelte-themes.git"
28
28
},
29
29
"engines" : {
30
- "node" : " >=22 " ,
30
+ "node" : " >=20 " ,
31
31
"pnpm" : " >=9"
32
32
},
33
33
"packageManager" :
" [email protected] +sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0" ,
You can’t perform that action at this time.
0 commit comments