Skip to content

Commit

Permalink
Merge branch 'master' into feat/skip-s3-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Oct 23, 2024
2 parents 3ebd146 + 4691ed5 commit e2e1f4f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e2e1f4f

Please sign in to comment.