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 5d947a1 commit f609bdaCopy full SHA for f609bda
.github/workflows/build.yaml
@@ -13,18 +13,18 @@ jobs:
13
os:
14
- ubuntu-latest
15
node-version:
16
- - 18.x
+ - 20.x
17
steps:
18
- name: 'Set up Node.js ${{ matrix.node-version }}'
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
with:
21
node-version: '${{ matrix.node-version }}'
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
24
- - name: 'Set up Ruby v2.3'
+ - name: 'Set up Ruby v2.7'
25
uses: ruby/setup-ruby@v1
26
27
- ruby-version: 2.3
+ ruby-version: 2.7
28
29
- run: npm i
30
0 commit comments