Releases: bahmutov/npm-install
Releases · bahmutov/npm-install
v1.4.3
1.4.3 (2020-08-14)
Bug Fixes
- saveCache shouldn't error on existing cache, warn instead (#40) (39a1dfc)
v1.4.2
1.4.2 (2020-08-10)
Bug Fixes
- resolve tar issues by updating to official @actions/cache (#37) (fedf95f)
v1.4.1
1.4.1 (2020-06-08)
Bug Fixes
v1.4.0
1.4.0 (2020-02-19)
Features
- support multiple lines in working-directory parameter (#21) (ef25160)
v1.3.1
1.3.1 (2020-02-18)
Bug Fixes
v1.3.0
1.3.0 (2019-12-05)
Features
v1.2.0
1.2.0 (2019-11-30)
Features
- add working directory parameter (#3) (f4bd98f), closes #2
v1.1.0
1.1.0 (2019-11-15)
Features
v1.0.3
1.0.3 (2019-11-15)
Typical use
name: main
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
name: Build and test
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: bahmutov/npm-install@v1
- run: npm test
Bug Fixes
v1.0.2
1.0.2 (2019-11-15)
Bug Fixes
- change name in action.yml (d27f835)