Skip to content

Commit

Permalink
fix: update readem and GHA mods
Browse files Browse the repository at this point in the history
  • Loading branch information
jsterner30 authored and jsterner30 committed Feb 15, 2024
1 parent 21018b6 commit 1a0f5bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
fetch-depth: 0

- name: Restore Lerna
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
# Publish to the provided registry...
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
fetch-depth: 0

- name: Restore Lerna
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
This tool exists despite the existence of [tfswitch](https://tfswitch.warrensbox.com/) and similar tools because we
needed a tool for managing Terraform versions on Windows that worked without needing
Administrator-level access. For convenience, we have also made this tool work
for Mac (with linux support being very possible as well, it just hasn't been implemented) as well so that our trainings
and documentation can expect the user to use this tool instead of one of the many different tools that are available.
for Mac and Linux (though more testing with Linux would be greatly appreciated, as we've only tried it with WSL) as well
so that our trainings and documentation can expect the user to use this tool instead of one of the
many different tools that are available.

## See [the cli package README.md file](./packages/cli/README.md) for installation, usage, and troubleshooting information.
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*A NodeJS-based CLI tool to manage terraform versions without needing admin access.*

**Currently, this only works on Windows and Mac. Linux compatibility is a work-in-progress (PR's welcome).**
**Currently, this only works on Windows and Mac and Linux. (PR's welcome).**

## Setup

Expand Down

0 comments on commit 1a0f5bc

Please sign in to comment.