Dax Raad 2 months ago
parent
commit
bb1c225027
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/snapshot.yml

+ 1 - 0
.github/workflows/snapshot.yml

@@ -33,6 +33,7 @@ jobs:
 
       - name: Publish
         run: |
+          npm install -g npm@latest
           ./script/publish.ts
         env:
           GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}