Openstatus sdk www.openstatus.dev

fix: github action publishing to npm (#4)

authored by

Thibault Le Ouay and committed by
GitHub
8186503f ee74c794

+2 -1
+2 -1
.github/workflows/publish.yml
··· 40 40 deno-version: v2.x 41 41 - name: Generate code 42 42 run: deno run --allow-all scripts/build_npm.ts 43 - 43 + - name: Update npm to latest version for OIDC support 44 + run: npm install -g npm@latest 44 45 - name: Publish to npm 45 46 working-directory: ./npm 46 47 run: npm publish