Skip to content

Commit

Permalink
Merge pull request #5 from bkonicek-calm/node20
Browse files Browse the repository at this point in the history
Bump to node20 and upgrade dependencies
  • Loading branch information
eLco authored Jan 26, 2024
2 parents 0df9ad8 + 24efce2 commit 5d0ddff
Show file tree
Hide file tree
Showing 8 changed files with 47,710 additions and 20,962 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/setup-node@v2.5.1
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand All @@ -33,4 +33,4 @@ jobs:
git diff
exit 1
fi
id: diff
id: diff
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
vault_version: [1.8.4, latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup vault
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
required: false
default: ${{ github.token }}
runs:
using: node16
using: node20
main: dist/index.js
branding:
icon: 'terminal'
Expand Down
62,913 changes: 46,217 additions & 16,696 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

611 changes: 591 additions & 20 deletions dist/licenses.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 5d0ddff

Please sign in to comment.