diff --git a/.github/workflows/cleanup-webapp-test.yaml b/.github/workflows/cleanup-webapp-test.yaml index 9a1bc15..f276a0e 100644 --- a/.github/workflows/cleanup-webapp-test.yaml +++ b/.github/workflows/cleanup-webapp-test.yaml @@ -2,7 +2,7 @@ name: Cleanup Webapp on: push: branches: - main + - main paths: - 'cleanup-webapp/**' - '.github/workflows/cleanup-webapp-*' diff --git a/.github/workflows/deploy-test.yaml b/.github/workflows/deploy-test.yaml index b8953f0..84c6c3e 100644 --- a/.github/workflows/deploy-test.yaml +++ b/.github/workflows/deploy-test.yaml @@ -2,7 +2,7 @@ name: Deploy on: push: branches: - main + - main paths: - 'deploy/**' - '.github/workflows/deploy-*' diff --git a/.github/workflows/install-cli-test.yaml b/.github/workflows/install-cli-test.yaml index 4b0615c..0bbceaf 100644 --- a/.github/workflows/install-cli-test.yaml +++ b/.github/workflows/install-cli-test.yaml @@ -2,7 +2,7 @@ name: Install CLI on: push: branches: - main + - main paths: - 'install-cli/**' - '.github/workflows/install-cli-*' diff --git a/.github/workflows/lib-test.yaml b/.github/workflows/lib-test.yaml index 54877af..85cc0d0 100644 --- a/.github/workflows/lib-test.yaml +++ b/.github/workflows/lib-test.yaml @@ -2,7 +2,7 @@ name: Lib on: push: branches: - main + - main paths: - 'lib/**' - '.github/workflows/lib-*' diff --git a/.github/workflows/push-files-test.yaml b/.github/workflows/push-files-test.yaml index d15efea..76087d8 100644 --- a/.github/workflows/push-files-test.yaml +++ b/.github/workflows/push-files-test.yaml @@ -2,7 +2,7 @@ name: Push Files on: push: branches: - main + - main paths: - 'push-files/**' - '.github/workflows/push-files-*' diff --git a/.github/workflows/push-image-test.yaml b/.github/workflows/push-image-test.yaml index cb9c9ce..5db0cff 100644 --- a/.github/workflows/push-image-test.yaml +++ b/.github/workflows/push-image-test.yaml @@ -2,7 +2,7 @@ name: Push Image on: push: branches: - main + - main paths: - 'push-image/**' - '.github/workflows/push-image-*' diff --git a/.github/workflows/push-webapp-test.yaml b/.github/workflows/push-webapp-test.yaml index bfdc221..7e52977 100644 --- a/.github/workflows/push-webapp-test.yaml +++ b/.github/workflows/push-webapp-test.yaml @@ -2,7 +2,7 @@ name: Push Webapp on: push: branches: - main + - main paths: - 'push-webapp/**' - '.github/workflows/push-webapp-*' diff --git a/.nvmrc b/.nvmrc index 6f7f377..9a2a0e2 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16 +v20 diff --git a/cleanup-webapp/action.yml b/cleanup-webapp/action.yml index eae4e54..a06bbbb 100644 --- a/cleanup-webapp/action.yml +++ b/cleanup-webapp/action.yml @@ -24,5 +24,5 @@ outputs: description: boolean, only true if no deletion happened because it was not required, a failed deletion would not be considered a skip runs: - using: node16 + using: node20 main: dist/index.js diff --git a/deploy/action.yml b/deploy/action.yml index d30265c..ae10fbc 100644 --- a/deploy/action.yml +++ b/deploy/action.yml @@ -20,5 +20,5 @@ inputs: default: https://raw.githubusercontent.com/BrandwatchLtd/slipstream-cli-release/master/install.sh runs: - using: node16 + using: node20 main: dist/index.js diff --git a/install-cli/action.yml b/install-cli/action.yml index 27bd7e0..4b153ce 100644 --- a/install-cli/action.yml +++ b/install-cli/action.yml @@ -7,5 +7,5 @@ inputs: default: https://github.com/BrandwatchLtd/slipstream-cli-release/releases/download/v0.7.0%2Bslipstream/slipstream-cli-release_0.7.0+slipstream_linux_amd64.tar.gz runs: - using: node16 + using: node20 main: dist/index.js diff --git a/package-lock.json b/package-lock.json index ea70e0a..3325d5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6633,8 +6633,7 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "requires": {} + "dev": true }, "ajv": { "version": "6.12.6", @@ -8286,8 +8285,7 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", - "dev": true, - "requires": {} + "dev": true }, "jest-regex-util": { "version": "29.2.0", diff --git a/push-files/action.yml b/push-files/action.yml index da1f931..4cb2ae3 100644 --- a/push-files/action.yml +++ b/push-files/action.yml @@ -29,5 +29,5 @@ outputs: artifactID: description: The ID (sha256 hash) of the uploaded files. This can be used to request a deployment. runs: - using: node16 + using: node20 main: dist/index.js diff --git a/push-module/action.yml b/push-module/action.yml index 94fbcb7..76b06cf 100644 --- a/push-module/action.yml +++ b/push-module/action.yml @@ -16,5 +16,5 @@ outputs: artifactID: description: The ID (sha256 hash) of the published bundle. runs: - using: node16 + using: node20 main: dist/index.js diff --git a/push-webapp/action.yml b/push-webapp/action.yml index 0e936fb..75cccbe 100644 --- a/push-webapp/action.yml +++ b/push-webapp/action.yml @@ -52,5 +52,5 @@ outputs: description: boolean, only true if no push happened because it was not required, a failed push would not be considered a skip runs: - using: node16 + using: node20 main: dist/index.js