File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 8989 persist-credentials : false
9090 ref : ${{ inputs.grafana_commit }}
9191
92- - name : Setup Node
93- uses : ./.github/actions/setup-node
92+ - uses : actions/setup-node@v4
93+ with :
94+ node-version-file : ' .nvmrc'
95+ cache : ' yarn'
96+ cache-dependency-path : ' yarn.lock'
9497
9598 # Trusted Publishing is only available in npm v11.5.1 and later
9699 - name : Update npm
@@ -118,9 +121,6 @@ jobs:
118121 - name : Debug packed files
119122 run : tree -a ./npm-artifacts
120123
121- - name : Validate packages
122- run : ./scripts/validate-npm-packages.sh
123-
124124 - name : Debug OIDC Claims
125125 uses : github/actions-oidc-debugger@2e9ba5d3f4bebaad1f91a2cede055115738b7ae8
126126 with :
@@ -144,4 +144,3 @@ jobs:
144144 persist-credentials : false
145145
146146 # TODO: tag the given release with nightly
147-
You can’t perform that action at this time.
0 commit comments