Skip to content

Commit

Permalink
yarn upgrade
Browse files Browse the repository at this point in the history
commit-id:134c8e0c
  • Loading branch information
brand-it committed Apr 12, 2024
1 parent cba5e5a commit d8f96de
Show file tree
Hide file tree
Showing 2 changed files with 733 additions and 676 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v3
with:
node-version: 16.13.1
node-version: 20.3.0
- name: Find yarn cache location
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand All @@ -32,9 +32,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: Install packages
run: |
yarn install --pure-lockfile
- name: Run tests
run: bundle exec rspec --format RSpec::Github::Formatter --format progress

Expand Down
Loading

0 comments on commit d8f96de

Please sign in to comment.