Skip to content

Commit

Permalink
Upgrade node to version 20 (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Dec 6, 2023
1 parent 487309b commit bd6780a
Show file tree
Hide file tree
Showing 14 changed files with 150 additions and 1,072 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.10
1 change: 0 additions & 1 deletion build/generate-style-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ import {StylePropertySpecification} from '@maplibre/maplibre-gl-style-spec';
${overridables.reduce((imports, prop) => { imports.push(runtimeType(prop)); return imports; }, []).join(',\n ')}
} from '@maplibre/maplibre-gl-style-spec';
`;
console.log(overridesArray);
output.push(overridesArray);
}

Expand Down
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: Config = {
displayName: 'unit',
testEnvironment: 'jsdom',
setupFiles: [
'jest-canvas-mock',
'jest-webgl-canvas-mock',
'./test/unit/lib/web_worker_mock.ts'
],
testMatch: [
Expand Down
Loading

0 comments on commit bd6780a

Please sign in to comment.