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 30b9d06 commit e067cf3Copy full SHA for e067cf3
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
20
21
- name: Install Node.js
22
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
23
with:
24
node-version: 18.x
25
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
0 commit comments