revert node version for GHA (#6000)

pull/4904/merge
Leah Bush 8 months ago committed by GitHub
parent 30d97687b5
commit ff622bd5b9
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 - name: Set up Node for Bats install
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with: with:
node-version: 22 node-version: 16
- name: Install Bats via NPM - name: Install Bats via NPM
# Use npm so this workflow is portable on multiple runner distros # Use npm so this workflow is portable on multiple runner distros
run: npm install --location=global bats run: npm install --location=global bats

Loading…
Cancel
Save