Skip to content

Commit 014df23

Browse files
authored
Merge pull request DopplerHQ#13 from DopplerHQ/watsonian/bump-nodejs-version
Bump node version to node20 and update dependencies
2 parents 41106db + 294d9ba commit 014df23

File tree

346 files changed

+36990
-1086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+36990
-1086
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest, windows-2019]
8+
os: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, windows-latest, windows-2019]
99
name: Install the cli
1010
steps:
1111
- name: Checkout

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ typings/
7676

7777
# Nuxt.js build / generate output
7878
.nuxt
79-
dist
8079

8180
# Gatsby files
8281
.cache/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [Doppler CLI](https://github.com/DopplerHQ/cli) is the official tool for int
77
Include this Action as a step in your workflow:
88

99
```
10-
uses: dopplerhq/cli-action@v2
10+
uses: dopplerhq/cli-action@v3
1111
```
1212

1313
You can see a live example of this Action [here](https://github.com/DopplerHQ/cli/blob/master/.github/workflows/cli-action.yml).
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Install CLI
29-
uses: dopplerhq/cli-action@v2
29+
uses: dopplerhq/cli-action@v3
3030
- name: Do something with the CLI
3131
run: doppler secrets --only-names
3232
env:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ branding:
44
icon: 'download'
55
color: 'blue'
66
runs:
7-
using: 'node16'
7+
using: 'node20'
88
main: 'index.js'
99

node_modules/.bin/uuid

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.package-lock.json

Lines changed: 112 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)