Skip to content

Commit 6a469fa

Browse files
authored
Merge pull request #373 from architect/node22
Node22
2 parents 3351cfa + 3a5b868 commit 6a469fa

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -15,7 +15,7 @@
1515
"rc": "npm version prerelease --preid RC"
1616
},
1717
"engines": {
18-
"node": ">=20"
18+
"node": ">=22"
1919
},
2020
"repository": {
2121
"type": "git",
@@ -31,17 +31,17 @@
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",

0 commit comments

Comments
 (0)