Commit 1f97314 1 parent 32c692a commit 1f97314 Copy full SHA for 1f97314
File tree 4 files changed +2553
-2091
lines changed
4 files changed +2553
-2091
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-22.04
8
8
strategy :
9
9
matrix :
10
- node-version : [20]
10
+ node-version : [20.17 ]
11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- name : Install pnpm
14
14
uses : pnpm/action-setup@v4
15
15
with :
16
- version : 8
16
+ version : 9.10.0
17
17
- name : Use Node.js ${{ matrix.node-version }}
18
18
uses : actions/setup-node@v4
19
19
with :
Original file line number Diff line number Diff line change
1
+ engine-strict = true
2
+ use-node-version = 20.17.0 # Required due to an issue with pnpm: https://github.com/pnpm/pnpm/issues/4203#issuecomment-1876106073
Original file line number Diff line number Diff line change 40
40
"stylelint-config-standard" : " ^36.0.1" ,
41
41
"typescript" : " ^5.5.3" ,
42
42
"typescript-eslint" : " ^8.0.1"
43
+ },
44
+ "engines" : {
45
+ "node" : " >=20.17"
43
46
}
44
47
}
You can’t perform that action at this time.
0 commit comments