Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
- Add basic test running in specific runner
- Replace ncc with tsup and fix misc lint issues
- Upgrade nodejs version and all dependencies
  • Loading branch information
stefanmaric committed Aug 7, 2023
1 parent cc33dd5 commit c8c75ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased


## 2.0.0 - 2023-08-07

- Add basic test running in specific runner
- Replace ncc with tsup and fix misc lint issues
- Upgrade nodejs version and all dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Local cache for API dependencies
id: api-cache
uses: MasterworksIO/action-local-cache@1.0.0
uses: MasterworksIO/action-local-cache@2
with:
path: './api/node_modules/'
key: 'api-dependencies-v1'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-local-cache",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"description": "A Github Action to save and restore files across job runs directly in the runner's file system",
"main": "dist/main/index.js",
Expand Down

0 comments on commit c8c75ec

Please sign in to comment.