File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 matrix :
3333 node-version :
3434 - 18
35- - 16
3635 name : Node.js ${{ matrix.node-version }} Quick
3736 steps :
3837 - name : Checkout the repository
5049 run : pnpm install --frozen-lockfile --ignore-scripts
5150 - name : Run unit tests
5251 run : pnpm unit
53- old :
54- runs-on : ubuntu-latest
55- strategy :
56- matrix :
57- node-version :
58- - 14
59- - 12
60- name : Node.js ${{ matrix.node-version }} Quick
61- steps :
62- - name : Checkout the repository
63- uses : actions/checkout@v4
64- - name : Install pnpm
65- uses : pnpm/action-setup@v1
66- with :
67- version : 3
68- env :
69- ACTIONS_ALLOW_UNSECURE_COMMANDS : true
70- - name : Install Node.js ${{ matrix.node-version }}
71- uses : actions/setup-node@v3
72- with :
73- node-version : ${{ matrix.node-version }}
74- - name : Install dependencies
75- run : pnpm install --no-frozen-lockfile --ignore-scripts
76- - name : Run unit tests
77- run : pnpm unit
Original file line number Diff line number Diff line change 2020 "test" : " pnpm run /^test:/"
2121 },
2222 "engines" : {
23- "node" : " >=12 .0"
23+ "node" : " >=18 .0"
2424 },
2525 "main" : " lib/safe-parse" ,
2626 "funding" : [
You can’t perform that action at this time.
0 commit comments