We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2607fb commit 4b783a3Copy full SHA for 4b783a3
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
ruby-version: ${{ matrix.ruby }}
32
- uses: actions/setup-node@v3
33
with:
34
- node-version: "16"
+ node-version: "20"
35
- name: install dependencies
36
run: |
37
bundle install --jobs 3 --retry 3
0 commit comments