From d5c19939dd3e3471b69f71138bea6c4e90bb183d Mon Sep 17 00:00:00 2001 From: neo-escieur <109512756+neo-escieur@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:32:46 +0200 Subject: [PATCH 1/3] Update action version for npm-publish.yml use v3 version for actions --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c9726d2..55bc197 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,8 +14,8 @@ jobs: publish-npm: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: 18 registry-url: https://registry.npmjs.org/ From 316a2af13e59eb8e18c958fceff957b42c5a924f Mon Sep 17 00:00:00 2001 From: neo-escieur <109512756+neo-escieur@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:35:41 +0200 Subject: [PATCH 2/3] Update package.json use version 3.6.6 for codeceptjs and v4.1.0 for resemble.js --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8e840c8..96bcc01 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,13 @@ "mkdirp": "^1.0.4", "mz": "2.7.0", "path": "^0.12.7", - "resemblejs": "4.0.0" + "resemblejs": "4.1.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/mocha": "^10.0.1", "allure-commandline": "^2.13.0", - "codeceptjs": "^3.4.1", + "codeceptjs": "^3.6.6", "jest": "^29.5.0", "mocha": "^10.2.0", "mochawesome": "^4.1.0", From 65b5908495fa5a3d5e62b96f638643581bd91089 Mon Sep 17 00:00:00 2001 From: neo-escieur <109512756+neo-escieur@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:42:10 +0200 Subject: [PATCH 3/3] Update package-lock.json use version 3.6.6 for codeceptjs and 4.1.0 for resemble --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b31c33d..547d639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,13 +16,13 @@ "mkdirp": "^1.0.4", "mz": "2.7.0", "path": "^0.12.7", - "resemblejs": "4.0.0" + "resemblejs": "4.1.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/mocha": "^10.0.1", "allure-commandline": "^2.13.0", - "codeceptjs": "^3.4.1", + "codeceptjs": "^3.6.6", "jest": "^29.5.0", "mocha": "^10.2.0", "mochawesome": "^4.1.0",