Skip to content

Commit

Permalink
Remove version specify from deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unasuke committed Jan 27, 2024
1 parent 4285f0c commit f61c3f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7

- run: bundle install

Expand Down

0 comments on commit f61c3f4

Please sign in to comment.