Commit e03a54e for novnc.com
commit e03a54e12ae9a525a16d446be11d2fab5bec2908
Author: Alexander Zeijlon <aleze@cendio.se>
Date: Mon Nov 3 13:58:03 2025 +0100
Publish with latest npm version
Apparently publishing with OIDC as an auth method only works with npm
11.5.1 and onward.
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 1de3f2f..40d35eb 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
with:
# Needs to be explicitly specified for auth to work
registry-url: 'https://registry.npmjs.org'
- - run: npm install
+ - run: npm install -g npm@latest
- uses: actions/upload-artifact@v4
with:
name: npm