Compare commits

..

3 Commits

Author SHA1 Message Date
Oleksandr Bordun fdf0082f89 Update CHANGELOG.md 2022-06-08 12:42:31 +02:00
Oleksandr Bordun 1937fedd35 Update README.md 2022-06-08 12:36:52 +02:00
Oleksandr Bordun 9bec063cfa Update README.md 2022-06-08 09:18:58 +02:00
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,5 +1,9 @@
# CHANGELOG
## 3.0.0 (8 Jun 2022)
- Migrating to Python3 (thanks to [@richard-chim](https://github.com/richard-chim))
## 2.1.0 (8 Nov 2019)
- Switching to `node:lts` docker image
+4 -4
View File
@@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v3.0.0
with:
cmd: build # will run `yarn build` command
- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v3.0.0
with:
cmd: test # will run `yarn test` command
```
@@ -47,7 +47,7 @@ jobs:
To authenticate with, and publish to, a registry other than `registry.npmjs.org`:
```yml
- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v3.0.0
with:
auth-token: ${{ secrets.NPM_TOKEN }}
registry-url: someOtherRegistry.someDomain.net