Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sweep GHA Fix] Fix the failing GitHub Actions #44

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
* (af4e364) Bump version to 2.0.10 (Denis Tokarev)
* (ac4486b) Update the project changelog (github-actions[bot])
* (9d6f73d) Fix tests (#28) (github-actions[bot])
* (e9ec45b) Fix #29 (Denis Tokarev)
* (5b8ba34) Bump to 2.0.12 (Denis Tokarev)
* (83482cc) Fix #29 (#30) (github-actions[bot])
* (16a39ab) Update the project changelog (github-actions[bot])
* (50d35b1) feat: Updated package.json (sweep-ai[bot])
* (5e7cadb) Update the project changelog (github-actions[bot])
* (cb81d3b) feat: Updated CHANGELOG.md (sweep-ai[bot])
* (80cc5d0) Update the project changelog (github-actions[bot])
* (6d3d513) feat: Updated README.md (sweep-ai[bot])

## v2.0.9
* (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev)
Expand Down Expand Up @@ -47,6 +52,10 @@

## v2.0.2

## v2.0.12
* (9d6f73d) Fix tests (#28) (github-actions[bot])
* (83482cc) Fix #29 (#30) (github-actions[bot])

## v2.0.10
* (8aa1f79) Fix issue w/wrong setTimeout call (#10) (github-actions[bot])
* (a1cc16f) Further get rid of global variables (Denis Tokarev)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A tiny yet convenient and fast zero-dependency library that makes it possible to
The package is available on [npm](https://npmjs.org/package/async-wait-until):

```sh
$ npm install --save async-wait-until
$ npm install -g async-wait-until
```

It ships with an [UMD](https://github.com/umdjs/umd) bundle by default (which works well as-is on Node.js and web browsers), but bundles for other module systems are also available in the package's `dist/` folder.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"docs:clean": "cross-env NODE_ENV=production rimraf docs",
"lint:ci": "npm run lint:clean && cross-env NODE_ENV=production eslint -c .eslintrc.js -o lint/report.log .",
"test:ci": "npm run test:clean && npm run test",
"test:integration:ci": "npm run test:clean && npm run test:integration",
"test:integration:ci": "npm run test:integration:ci",
"build:ci": "npm run build:clean && npm run build",
"docs:ci": "npm run docs:clean && npm run docs",
"format": "cross-env NODE_ENV=production eslint -c .eslintrc.js --fix .",
Expand Down Expand Up @@ -87,7 +87,7 @@
"rollup-plugin-terser": "^7.0.2",
"serve": "^13.0.2",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"ts-node": "^10.5.0",
"tslib": "^2.3.1",
"typedoc": "^0.22.9",
"typescript": "^4.4.4",
Expand Down