From c90a234eda544d64727a7861b7c1764a8e76e516 Mon Sep 17 00:00:00 2001 From: Maksim Gruzdev Date: Sat, 25 Oct 2025 17:57:55 +0300 Subject: [PATCH] oidc npm 11.5 requred --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b7e1f71..26e7294 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,8 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 + registry-url: 'https://registry.npmjs.org' + - run: npm -v - run: npm ci - run: npm publish --access public