1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 12:13:39 +00:00

[PM-23663] Update yao-pkg and migrate CLI to Node 22 (#15622)

This commit is contained in:
Daniel García
2025-08-07 20:34:03 +02:00
committed by GitHub
parent 2ef8b1a6bf
commit b57238ca99
5 changed files with 117 additions and 22 deletions

View File

@@ -71,6 +71,7 @@ jobs:
- name: Get Node Version
id: retrieve-node-version
working-directory: ./
run: |
NODE_NVMRC=$(cat .nvmrc)
NODE_VERSION=${NODE_NVMRC/v/''}
@@ -104,7 +105,7 @@ jobs:
env:
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }}
_NODE_VERSION: ${{ needs.setup.outputs.node_version }}
_WIN_PKG_FETCH_VERSION: 20.11.1
_WIN_PKG_FETCH_VERSION: 22.15.1
_WIN_PKG_VERSION: 3.5
permissions:
contents: read
@@ -283,7 +284,7 @@ jobs:
env:
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }}
_NODE_VERSION: ${{ needs.setup.outputs.node_version }}
_WIN_PKG_FETCH_VERSION: 20.11.1
_WIN_PKG_FETCH_VERSION: 22.15.1
_WIN_PKG_VERSION: 3.5
steps:
- name: Check out repo