Releases: monterail/github-actions
Releases · monterail/github-actions
0.3.1
What's Changed
- fix(setup-js): correctly handle
cache: false
by @jedrzejginter in #12
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- feat(setup-js): monorepo support by @jedrzejginter in #11
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
- fix(setup-js): remove deprecated set-output by @jedrzejginter in #10
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- chore(setup-js): update dev dependencies by @jedrzejginter in #6
- docs(setup-js): use --force as an example for install-args by @jedrzejginter in #7
- chore(setup-js): print package manager version by @jedrzejginter in #8
- feat(setup-js): add option to disable cache by @jedrzejginter in #9
Full Changelog: v0.1.4...0.2.0
v0.1.4
What's Changed
- fix(setup-js): fix action for when working-directory is specified by @jedrzejginter in #5
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- fix(setup-js): fix typo in bundledDependencies by @jedrzejginter in #4
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- docs: add readme files + add missing return in get-meta.js by @jedrzejginter in #2
- chore(setup-js): add type checking by @jedrzejginter in #3
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- fix(setup-js): add working directory to cache key + use hex instead of base64 for dependencies hash by @jedrzejginter in #1
New Contributors
- @jedrzejginter made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Features
- added
setup-js
action:- sets up Node version
- determines which package manager to use
- installs npm dependencies
- caches node_modules + global npm/yarn cache and restore exisiting cache
Full Changelog: https://github.com/monterail/github-actions/commits/v0.1.0