diff --git a/.clasp.json b/.clasp.json new file mode 100644 index 0000000..515305e --- /dev/null +++ b/.clasp.json @@ -0,0 +1,5 @@ +{ + "scriptId": "1NEFzHyQtp6F6782v0uZyz3Y7tP24aEzi4Hv0NASYx6I8EY2YTDXGLSjT", + "rootDir": "./dist", + "parentId": ["1R5v1S3uk17iS53aYtsQ76EDSnANCKocamQ5rfaedheQ"] +} diff --git a/.github/workflows/integration-tests-basic.yaml b/.github/workflows/integration-tests-basic.yaml index 9b34706..fcc52b8 100644 --- a/.github/workflows/integration-tests-basic.yaml +++ b/.github/workflows/integration-tests-basic.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, windows-2022] + os: [macos-14, windows-2022] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ node-version: [20] timeout-minutes: 8 diff --git a/.github/workflows/integration-tests-extended.yaml b/.github/workflows/integration-tests-extended.yaml index c4546c5..e61d50f 100644 --- a/.github/workflows/integration-tests-extended.yaml +++ b/.github/workflows/integration-tests-extended.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, windows-2022] + os: [macos-14, windows-2022] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ node-version: [20] timeout-minutes: 11 @@ -72,6 +72,6 @@ jobs: NODE_OPTIONS: '--max_old_space_size=4096' - name: Run integration tests # use ci-reporter to publish failing diff images to s3 bucket - # run: yarn test:integration:extended:ci-reporter - run: yarn test:integration:extended + run: yarn test:integration:extended:ci-reporter + # run: yarn test:integration:extended shell: bash diff --git a/dev/dev-server-wrapper.html b/dev/dev-server-wrapper.html index 4c129e5..9be4f15 100644 --- a/dev/dev-server-wrapper.html +++ b/dev/dev-server-wrapper.html @@ -20,7 +20,7 @@ Dev Server - +