[release-12.0.6] NPM: Backport NPM publishing from main (#111995)
* Backport npm publishing workflow from main * Ignore false-cjs in validate-npm-packages
This commit is contained in:
11
.github/actions/setup-node/action.yml
vendored
Normal file
11
.github/actions/setup-node/action.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Setup Node.js
|
||||
description: Sets up a node.js environment with presets for the Grafana repository.
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: 'yarn.lock'
|
||||
Reference in New Issue
Block a user