Skip to content

Commit 0c6491e

Browse files
committed
Lint
1 parent 5bc0232 commit 0c6491e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
"16",
130130
"18",
131131
"20",
132-
"22"
132+
"22",
133133
]
134134
os: [ubuntu-latest, windows-latest]
135135
runs-on: ${{ matrix.os }}

packages/integration-tests/utils/create-cjs-bundles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function createCjsBundles(
7474
);
7575
}
7676

77-
if (NODE_MAJOR_VERSION >= 18 && plugins.length === 0 || plugins.includes("rollup4")) {
77+
if ((NODE_MAJOR_VERSION >= 18 && plugins.length === 0) || plugins.includes("rollup4")) {
7878
void rollup4
7979
.rollup({
8080
input: entrypoints,

0 commit comments

Comments
 (0)