diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be73378..7b320c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,12 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 + env: + PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true" with: node-version: ${{ matrix.node-version }} cache: "npm" - run: npm ci --force - run: npm run build --if-present - - run: npm test + - run: npm run test + diff --git a/LICENSE b/LICENSE index 3f361bc..71e53e5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 DynamoDS +Copyright (c) 2025 DynamoDS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/jest-puppeteer.config.js b/jest-puppeteer.config.js index ce87ae8..c44b268 100644 --- a/jest-puppeteer.config.js +++ b/jest-puppeteer.config.js @@ -7,6 +7,11 @@ module.exports = { launch: { headless: true, timeout: 30000, + args: [ + "--no-sandbox", + "--disable-setuid-sandbox", + "--disable-dev-shm-usage" + ] }, exitOnPageError: false }; diff --git a/license_output/about-box_direct.html b/license_output/about-box_direct.html index 0618ca6..e8c8c1b 100644 --- a/license_output/about-box_direct.html +++ b/license_output/about-box_direct.html @@ -1,7 +1,7 @@
- NotificationCenter © 2024 Autodesk, Inc. All rights reserved. + NotificationCenter © 2025 Autodesk, Inc. All rights reserved.
- NotificationCenter © 2024 Autodesk, Inc. All rights reserved. + NotificationCenter © 2025 Autodesk, Inc. All rights reserved.