feat: upgrade node version to v22 (#5983)

* feat: upgrade node version to v22

* revert
pull/6000/head
Leah Bush 8 months ago committed by GitHub
parent 8d6f0d4e28
commit 39d8d967f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,7 +38,7 @@ jobs:
- name: Set up Node for Bats install
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 16
node-version: 22
- name: Install Bats via NPM
# Use npm so this workflow is portable on multiple runner distros
run: npm install --location=global bats

@ -1 +1 @@
v18.17.0
v22

@ -15,7 +15,7 @@
"prettier": "2.2.1"
},
"engines": {
"node": ">=18.17.0 <= 20.x",
"node": ">=22.17.1",
"npm": ">=9.6.7"
}
},

@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "HashiCorp",
"engines": {
"node": ">=18.17.0 <= 20.x",
"node": ">=22.17.1",
"npm": ">=9.6.7"
},
"devDependencies": {

Loading…
Cancel
Save