From 721ddace2ae662557b5a292f5e3f8f48fe24d126 Mon Sep 17 00:00:00 2001 From: neo-escieur <109512756+neo-escieur@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:54:50 +0200 Subject: [PATCH] Neo escieur patch 1 (#141) * Update action version for npm-publish.yml use v3 version for actions * Update package.json use version 3.6.6 for codeceptjs and v4.1.0 for resemble.js * Update package-lock.json use version 3.6.6 for codeceptjs and 4.1.0 for resemble --- .github/workflows/npm-publish.yml | 4 ++-- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 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/ 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", 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",