diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index 3cf656a5..839dcc2c 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -22,13 +22,13 @@ jobs: uses: "WyriHaximus/github-action-get-previous-tag@v1" - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0.0 + ruby-version: 3.1.2 bundler-cache: true - uses: actions/setup-node@v2 with: - node-version: "16.17.0" + node-version: 16.17.0 env: - NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npm install -g yarn - name: Update preview app run: |