Skip to content

Releases: bahmutov/npm-install

v1.4.3

14 Aug 17:22
Compare
Choose a tag to compare

1.4.3 (2020-08-14)

Bug Fixes

  • saveCache shouldn't error on existing cache, warn instead (#40) (39a1dfc)

v1.4.2

10 Aug 15:58
Compare
Choose a tag to compare

1.4.2 (2020-08-10)

Bug Fixes

  • resolve tar issues by updating to official @actions/cache (#37) (fedf95f)

v1.4.1

08 Jun 15:21
993255d
Compare
Choose a tag to compare

1.4.1 (2020-06-08)

Bug Fixes

  • add missing inputs in action.yaml (#31) (993255d)

v1.4.0

19 Feb 04:46
ef25160
Compare
Choose a tag to compare

1.4.0 (2020-02-19)

Features

  • support multiple lines in working-directory parameter (#21) (ef25160)

v1.3.1

18 Feb 18:27
Compare
Choose a tag to compare

1.3.1 (2020-02-18)

Bug Fixes

v1.3.0

05 Dec 13:49
7f86a36
Compare
Choose a tag to compare

1.3.0 (2019-12-05)

Features

v1.2.0

30 Nov 02:36
f4bd98f
Compare
Choose a tag to compare

1.2.0 (2019-11-30)

Features

  • add working directory parameter (#3) (f4bd98f), closes #2

v1.1.0

15 Nov 13:57
Compare
Choose a tag to compare

1.1.0 (2019-11-15)

Features

v1.0.3

15 Nov 04:42
Compare
Choose a tag to compare

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

15 Nov 04:26
Compare
Choose a tag to compare

1.0.2 (2019-11-15)

Bug Fixes

  • change name in action.yml (d27f835)