Skip to content

Commit

Permalink
ci: Update nodejs to a maintained version (#7784)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored Dec 20, 2024
1 parent 6610fa3 commit 0313375
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appspot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
registry-url: 'https://registry.npmjs.org'

- uses: ./.github/workflows/custom-actions/prep-for-appspot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
registry-url: 'https://registry.npmjs.org'

# The nightly demo has its own receiver app ID that points to the nightly
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
registry-url: 'https://registry.npmjs.org'

- name: Compute NPM tags
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
registry-url: 'https://registry.npmjs.org'

- name: Compute appspot subdomain and promotion
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selenium-lab-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
registry-url: 'https://registry.npmjs.org'

# The Docker image for this self-hosted runner doesn't contain java.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"eme-encryption-scheme-polyfill": "^2.1.6"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"clean-package": {
"remove": [
Expand Down

0 comments on commit 0313375

Please sign in to comment.