chore(deps): update dependency browserslist to v4.28.8 #447
nanobundle-integration.yml
on: pull_request
Checking chores
32s
Running unit tests
22s
Annotations
2 errors and 2 warnings
|
Running unit tests
Process completed with exit code 1.
|
|
src/context.test.ts > parseConfig > node platform > platform should be node when engines.node exist:
packages/nanobundle/src/context.test.ts#L209
AssertionError: expected { cwd: '/project', …(24) } to deeply equal { cwd: '/project', …(24) }
- Expected
+ Received
Object {
"bundle": true,
"cwd": "/project",
"declaration": false,
"externalDependencies": Array [],
"forceExternalDependencies": Array [],
"importMapsPath": "/project/package.json",
"jsx": undefined,
"jsxDev": false,
"jsxFactory": "React.createElement",
"jsxFragment": "Fragment",
"jsxImportSource": "react",
"legalComments": true,
"manifest": Object {
"engines": Object {
"node": ">=16.0.0",
},
"name": "package",
},
"module": "commonjs",
"outDir": "lib",
"platform": "node",
"reporter": ViReporter {
"captureException": [Function spy],
"debug": [Function spy],
"error": [Function spy],
"info": [Function spy],
"warn": [Function spy],
},
"resolvePath": Any<Function>,
"resolveRelativePath": Any<Function>,
"rootDir": "src",
"sourcemap": true,
"standalone": false,
"targets": Array [
"chrome96",
- "firefox115",
- "edge124",
- "ios15.6",
- "safari17.4",
+ "firefox140",
+ "edge146",
+ "ios18.5",
+ "safari26.3",
"node16.0.0",
"deno1.9",
],
"tsconfigPath": undefined,
"verbose": false,
}
❯ src/context.test.ts:209:22
|
|
Running unit tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Checking chores
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|