Skip to content

Commit

Permalink
Bump node version to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonian committed Jan 29, 2024
1 parent 41106db commit 6fd1a37
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest, windows-2019]
os: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, windows-latest, windows-2019]
name: Install the cli
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The [Doppler CLI](https://github.com/DopplerHQ/cli) is the official tool for int
Include this Action as a step in your workflow:

```
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@v3
```

You can see a live example of this Action [here](https://github.com/DopplerHQ/cli/blob/master/.github/workflows/cli-action.yml).
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install CLI
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@v3
- name: Do something with the CLI
run: doppler secrets --only-names
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ branding:
icon: 'download'
color: 'blue'
runs:
using: 'node16'
using: 'node20'
main: 'index.js'

2 changes: 1 addition & 1 deletion 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": "cli-action",
"version": "2.0.0",
"version": "3.0.0",
"description": "GitHub Action to install the Doppler CLI",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6fd1a37

Please sign in to comment.