feat: v5 (#327)
Some checks failed
Publish Docker Image / publish (push) Has been cancelled

* feat: update runtime to node 24

* fix: deps

* feat: update create token endpoint (#311)

/v2/users/login was deprecated in favor of using /v2/auth/token to create access tokens. Switching endpoints adds support for creating auth tokens from OATs.

* fix: use correct response property

* feat: switch to native fetch

* fix: method name

---------

Co-authored-by: Ian Pittwood <pittwoodian@gmail.com>
This commit is contained in:
Peter Evans
2025-10-01 14:39:49 +01:00
committed by GitHub
parent ef9b19a328
commit 1b9a80c056
10 changed files with 1843 additions and 6586 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20.x
node-version-file: package.json
cache: npm
- run: npm ci
- run: npm run build

View File

@@ -11,7 +11,7 @@ on:
type: choice
description: The major version tag to update
options:
- v4
- v5
jobs:
tag: