File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
18- node-version : [ 20.x, 22.x, 24.x ]
18+ node-version : [ 22.x, 24.x ]
1919 os : [ windows-latest, ubuntu-latest, macOS-latest ]
2020
2121 # Go
Original file line number Diff line number Diff line change 11{
22 "name" : " @architect/env" ,
3- "version" : " 5 .0.1 " ,
3+ "version" : " 6 .0.0 " ,
44 "description" : " Manage your Architect app's environment variables" ,
55 "main" : " src/index.js" ,
66 "bin" : {
1515 "rc" : " npm version prerelease --preid RC"
1616 },
1717 "engines" : {
18- "node" : " >=20 "
18+ "node" : " >=22 "
1919 },
2020 "repository" : {
2121 "type" : " git" ,
3131 " src/*"
3232 ],
3333 "dependencies" : {
34- "@architect/inventory" : " ~5 .0.0" ,
34+ "@architect/inventory" : " ~6 .0.0" ,
3535 "@architect/parser" : " ~8.0.1" ,
36- "@architect/utils" : " ~5 .0.0" ,
36+ "@architect/utils" : " ~6 .0.0" ,
3737 "@aws-lite/client" : " ^0.23.2" ,
3838 "@aws-lite/ssm" : " ^0.2.3" ,
39- "dotenv" : " 17.2.2 "
39+ "dotenv" : " ~ 17.2.3 "
4040 },
4141 "devDependencies" : {
4242 "@architect/eslint-config" : " ~3.0.0" ,
43- "cross-env" : " ~10.0 .0" ,
44- "eslint" : " ^9.1 .1" ,
43+ "cross-env" : " ~10.1 .0" ,
44+ "eslint" : " ~9.39 .1" ,
4545 "nyc" : " ~17.1.0" ,
4646 "proxyquire" : " ~2.1.3" ,
4747 "sinon" : " ~21.0.0" ,
You can’t perform that action at this time.
0 commit comments