Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .evergreen/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ variables:
EVERGREEN_VERSION_ID: ${version_id}
EVERGREEN_WORKDIR: ${workdir}
EVERGREEN_CREATED_AT: ${created_at}
NODE_JS_VERSION: '22.15.1'
NODE_JS_VERSION: '22.18.0'
NPM_VERSION: '10.2.4'
# secrets
HADRON_METRICS_INTERCOM_APP_ID: ${metrics_intercom_app_id}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/authors-and-third-party-notices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.15.1
node-version: 22.18.0
cache: 'npm'

- name: Install [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.15.1
node-version: 22.18.0
cache: 'npm'

- name: Install [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-compass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js Environment
uses: actions/setup-node@v4
with:
node-version: 22.15.1
node-version: 22.18.0
cache: 'npm'

- name: Install [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: 'Use Node.js'
uses: actions/setup-node@v4
with:
node-version: 22.15.1
node-version: 22.18.0

- name: Install [email protected]
run: npm install -g [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.15.1
node-version: 22.18.0
cache: 'npm'

- name: Install [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-ga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.15.1
node-version: 22.18.0
cache: 'npm'

- name: Install [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.15.1
node-version: 22.18.0
cache: 'npm'

- name: Run post-checkout command
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.15.1
node-version: 22.18.0
cache: 'npm'

- name: Install [email protected]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"node-gyp": "^10.2.0"
},
"engines": {
"node": ">=22.15.1",
"node": ">=22.18.0",
"npm": ">=10.2.4"
},
"bugs": {
Expand Down
Loading