Skip to content

Commit

Permalink
chore: update node version, revert sharp in knip
Browse files Browse the repository at this point in the history
  • Loading branch information
kiremitrov123 committed Sep 26, 2024
1 parent 4ffb849 commit a9c26eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions knip.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const config: KnipConfig = {
'i18next-parser',
'luxon', // Used in tests
'playwright', // Used in test configs
'sharp', // Requirement for @vite-pwa/assets-generator
'tsconfig-paths', // Used for e2e test setup
'virtual:pwa-register', // Service Worker code is injected at build time
'virtual:polyfills', // Polyfills are conditionally injected
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "JW Player",
"main": "index.js",
"engines": {
"node": ">=18.13.0"
"node": ">=20.17.0"
},
"workspaces": [
"configs/*",
Expand Down
2 changes: 1 addition & 1 deletion platforms/access-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "build/main.js",
"engines": {
"node": ">=18.13.0"
"node": ">=20.17.0"
},
"private": true,
"author": "JW Player",
Expand Down
2 changes: 1 addition & 1 deletion platforms/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "JW Player",
"main": "index.js",
"engines": {
"node": ">=18.13.0"
"node": ">=20.17.0"
},
"scripts": {
"build": "vite build --mode ${MODE:=prod} && sh scripts/compressIni.sh build/public/.webapp.ini",
Expand Down

0 comments on commit a9c26eb

Please sign in to comment.