Skip to content

fix: pin Node to 22.22.1#1052

Merged
msluszniak merged 1 commit intomainfrom
issue-1051
Apr 2, 2026
Merged

fix: pin Node to 22.22.1#1052
msluszniak merged 1 commit intomainfrom
issue-1051

Conversation

@qvpiotr
Copy link
Copy Markdown
Contributor

@qvpiotr qvpiotr commented Apr 2, 2026

Description

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

Tested on clean environment using docker.

npm install with node:22.22.1 - ✅ no errors

% docker run --rm node:22.22.1 bash -lc 'node -v && npm -v && npm install -g npm@latest && npm -v'
Unable to find image 'node:22.22.1' locally
22.22.1: Pulling from library/node
704e2962b501: Pull complete 
fac439a539b3: Pull complete 
daa7b0f47ec6: Pull complete 
efbce225727d: Pull complete 
bda59add4421: Pull complete 
2ea98bb5eec9: Pull complete 
5a8feb033ce1: Pull complete 
130e3ae39ac6: Pull complete 
2b092ae96dcf: Download complete 
9823b34549b2: Download complete 
Digest: sha256:f90672bf4c76dfc077d17be4c115b1ae7731d2e8558b457d86bca42aeb193866
Status: Downloaded newer image for node:22.22.1
v22.22.1
10.9.4

removed 73 packages, and changed 104 packages in 3s

15 packages are looking for funding
  run `npm fund` for details
11.12.1

npm install with node:22:22:2 - ❌ Cannot find module 'promise-retry'

docker run --rm node:22.22.2 bash -lc 'node -v && npm -v && npm install -g npm@latest && npm -v'
Unable to find image 'node:22.22.2' locally
22.22.2: Pulling from library/node
884e422126c0: Pull complete 
cf1fb09d618c: Pull complete 
5f8e4db84e7c: Pull complete 
c4d26b38bac8: Pull complete 
8da0d7dd9c77: Download complete 
22910a555154: Download complete 
Digest: sha256:7e791fc54bd02fc89fd4fb39eb37e5bea753c75679c8022478d81679367d995a
Status: Downloaded newer image for node:22.22.2
v22.22.2
10.9.7
npm error code MODULE_NOT_FOUND
npm error Cannot find module 'promise-retry'
npm error Require stack:
npm error - /usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js
npm error - /usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js
npm error - /usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js
npm error - /usr/local/lib/node_modules/npm/node_modules/libnpmfund/lib/index.js
npm error - /usr/local/lib/node_modules/npm/lib/utils/reify-output.js
npm error - /usr/local/lib/node_modules/npm/lib/utils/reify-finish.js
npm error - /usr/local/lib/node_modules/npm/lib/commands/install.js
npm error - /usr/local/lib/node_modules/npm/lib/npm.js
npm error - /usr/local/lib/node_modules/npm/lib/cli/entry.js
npm error - /usr/local/lib/node_modules/npm/lib/cli.js
npm error - /usr/local/lib/node_modules/npm/bin/npm-cli.js
npm error A complete log of this run can be found in: /root/.npm/_logs/2026-04-02T20_25_21_495Z-debug-0.log
  • iOS
  • Android

Testing instructions

Verify the next scheduled run or trigger job manually

Screenshots

Related issues

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@qvpiotr qvpiotr requested a review from msluszniak April 2, 2026 20:44
@qvpiotr qvpiotr self-assigned this Apr 2, 2026
@qvpiotr qvpiotr added the bug fix PRs that are fixing bugs label Apr 2, 2026
@msluszniak msluszniak merged commit 26b2719 into main Apr 2, 2026
2 checks passed
@msluszniak msluszniak deleted the issue-1051 branch April 2, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug fix PRs that are fixing bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants