Skip to content

Commit

Permalink
github workflow now uses node16
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Sep 8, 2023
1 parent f8956e8 commit 2a4ea44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
BUNDLE_WITHOUT: system_tests

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 2a4ea44

Please sign in to comment.