chore: upgraded node version in CI

This commit is contained in:
Jannat Patel
2025-11-21 14:49:39 +05:30
parent 7a490b19bd
commit 9b38e62eaf
3 changed files with 6 additions and 4 deletions

View File

@@ -32,6 +32,8 @@ export default defineConfig({
workbox: {
cleanupOutdatedCaches: true,
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024,
globDirectory: '/assets/lms/frontend',
globPatterns: ['**/*.{js,css,html,png,svg,woff2}'],
},
manifest: false,
}),