[release-12.1.3] NPM: Backport NPM publishing from main (#111997)

* Backport npm publishing workflow from main

* Ignore false-cjs in validate-npm-packages

(cherry picked from commit 6916b39439)

* Ignore untyped-resolutions for grafana-i18n in validate-npm-packages
This commit is contained in:
Josh Hunt
2025-10-06 13:51:59 +01:00
committed by GitHub
parent 21300a0502
commit e5087650c9
3 changed files with 27 additions and 23 deletions
+11
View 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'