Skip to content

Commit f609bda

Browse files
⬆️ Upgrade node and ruby. (#79)
Co-authored-by: Raphael Krupinski <[email protected]>
1 parent 5d947a1 commit f609bda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
os:
1414
- ubuntu-latest
1515
node-version:
16-
- 18.x
16+
- 20.x
1717
steps:
1818
- name: 'Set up Node.js ${{ matrix.node-version }}'
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: '${{ matrix.node-version }}'
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

24-
- name: 'Set up Ruby v2.3'
24+
- name: 'Set up Ruby v2.7'
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: 2.3
27+
ruby-version: 2.7
2828

2929
- run: npm i
3030

0 commit comments

Comments
 (0)