Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed Jan 26, 2024
1 parent fa987d7 commit bbdc4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
submodules: recursive
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: '3.0'
bundler-cache: true
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: '20'
- name: Npm
run: |
npm install
Expand Down

0 comments on commit bbdc4ef

Please sign in to comment.