Skip to content

Commit

Permalink
Fix preview action
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiatek committed Nov 30, 2023
1 parent dcfae7a commit 5cfced0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5cfced0

Please sign in to comment.