Skip to content

Commit 0164a22

Browse files
authored
refactor(cicd): node-version single source of truth (#4663)
* refactor(cicd): node-version single source of truth currently we define the node version as a default value in the actions as well as in the .nvmrc * chore: test * Revert "chore: test" This reverts commit 46dc2ec.
1 parent 37ebdbe commit 0164a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/npm-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ inputs:
1313
nodeVersion:
1414
description: "Node version"
1515
required: false
16-
default: "24"
1716
runs:
1817
using: "composite"
1918
steps:
@@ -23,6 +22,7 @@ runs:
2322
uses: actions/setup-node@v4
2423
with:
2524
node-version: ${{ inputs.nodeVersion }}
25+
node-version-file: ".nvmrc"
2626

2727
- name: 🖼️ Display node and npm version
2828
shell: bash

0 commit comments

Comments
 (0)