diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml index e60fa63..b608a52 100644 --- a/.github/workflows/gh-release.yml +++ b/.github/workflows/gh-release.yml @@ -19,7 +19,7 @@ jobs: - name: Use NodeJS uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x # If we can't build the release will be canceled. - name: Install dependencies and build diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 4d09d62..3e665ee 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-node@v4 with: always-auth: true - node-version: 20.x + node-version: 22.x registry-url: https://registry.npmjs.org - name: Install dependencies and build diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 300dd4e..6574d86 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - name: Use NodeJS uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Install Puppeteer dependencies if testing locally if: ${{ env.ACT }} diff --git a/package.json b/package.json index 0a6e0f6..bd11eab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mathicsorg/mathics-threejs-backend", - "version": "1.3.2", + "version": "1.3.3", "threejs_revision": 146, "description": "Mathics 3D Graphics backend using three.js", "source": "src/index.js", @@ -40,7 +40,7 @@ "eslint-plugin-jest": "^27", "jest": "^29", "jest-image-snapshot": "^6", - "jest-puppeteer": "^6", + "jest-puppeteer": "^11", "minify": "^9", "rollup": "^3", "typescript": "^4"