mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-02 02:02:20 +08:00
27 lines
576 B
Markdown
27 lines
576 B
Markdown
# 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
|
|
|
|
## 2.0.2 (6 Nov 2019)
|
|
|
|
- Added Git to the Docker image
|
|
|
|
## 2.0.0 (14 Oct 2019)
|
|
|
|
- Migrated to the latest Github Action syntax
|
|
- Using `node:10.16-alpine` as base image
|
|
|
|
## 1.1.0 (22 Apr 2019)
|
|
|
|
- Docker now uses the full image `node:10` and `entrypoint.sh` accepts extra NPM settings (thanks to [@Embraser01](https://github.com/Embraser01))
|
|
|
|
## 1.0.0 (27 Dec 2018)
|
|
|
|
- Added Docker credentials
|