MarkusRost пре 3 година
родитељ
комит
cd6f7ca5a4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/workflows/nodejs.yml

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

@@ -29,6 +29,7 @@ jobs:
       uses: actions/setup-node@v1
       with:
         node-version: ${{ matrix.node-version }}
+    - run: npm i -g npm@latest
     - run: npm ci
     - run: npm run build --if-present
     - run: sed -i -e 's/"<Discord bot token>"/"${{secrets.DISCORD_TOKEN}}"/g' .env