Skip to content

Commit faf837a

Browse files
committed
chore: try rm specific node version
1 parent 767665f commit faf837a

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: "12.16.1"
17-
registry-url: "https://registry.npmjs.org"
16+
node-version: "12.x"
1817
- run: npm ci
1918
- run: npm run build --if-present
2019
- run: npm publish

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
3838

3939

4040

41+
4142
<p id="latest-version">
4243

43-
* You can use the latest version (0.8.6) by adding it to the head section of your HTML document:
44+
* You can use the latest version (0.8.7) by adding it to the head section of your HTML document:
4445

45-
**v0.8.6**
46+
**v0.8.7**
4647

47-
<script src="https://unpkg.com/[email protected].6/dist/ml5.min.js" type="text/javascript"></script>
48+
<script src="https://unpkg.com/[email protected].7/dist/ml5.min.js" type="text/javascript"></script>
4849

4950
</p data-id="latest-version">
5051

@@ -56,6 +57,7 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
5657

5758

5859

60+
5961

6062

6163

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml5",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"directories": {

0 commit comments

Comments
 (0)