Skip to content

Commit

Permalink
Use the right version of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Aug 25, 2023
1 parent 7cd022f commit 12860b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Read .node-version
id: node-version
run: echo "node-version=$(cat .node-version)" >> $GITHUB_OUTPUT
- name: Install node
uses: actions/setup-node@v3
with:
cache: yarn
node-version: ${{ steps.node-version.outputs.node-version }}
- name: Database setup
run: bundle exec rake db:create db:schema:load
- name: Compile assets
Expand Down

0 comments on commit 12860b8

Please sign in to comment.