Skip to content

Commit

Permalink
fix: upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Jun 5, 2024
1 parent a9be942 commit 3d2435d
Show file tree
Hide file tree
Showing 5 changed files with 3,588 additions and 2,434 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ inputs:
version:
description: Version of the 1Password CLI to install
required: false
default: 2.18.0
default: 2.29.0
service-account-token:
description: The 1Password service account token
required: true
runs:
using: node16
using: node20
main: dist/index.js
Loading

0 comments on commit 3d2435d

Please sign in to comment.