mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[PM-22343] Bump non-cli to Node 22 (#15058)
* Bump non-cli to Node 22 * Fix working-directory * Lets see what breaks * Maybe this works
This commit is contained in:
1
.github/workflows/build-cli.yml
vendored
1
.github/workflows/build-cli.yml
vendored
@@ -71,7 +71,6 @@ jobs:
|
||||
|
||||
- name: Get Node Version
|
||||
id: retrieve-node-version
|
||||
working-directory: ./
|
||||
run: |
|
||||
NODE_NVMRC=$(cat .nvmrc)
|
||||
NODE_VERSION=${NODE_NVMRC/v/''}
|
||||
|
||||
Reference in New Issue
Block a user