Skip to content

Commit

Permalink
Attempt to get other actions working
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Feb 11, 2024
1 parent 532f569 commit 7ea02af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/standardrb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true

- name: Enable Corepack
run: corepack enable

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
Expand Down

0 comments on commit 7ea02af

Please sign in to comment.