Skip to content

Commit

Permalink
⬆️ Upgrade node and ruby. (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Krupinski <[email protected]>
  • Loading branch information
rafalkrupinski and rafalkrupinski authored Oct 23, 2024
1 parent 5d947a1 commit f609bda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
os:
- ubuntu-latest
node-version:
- 18.x
- 20.x
steps:
- name: 'Set up Node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '${{ matrix.node-version }}'
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Set up Ruby v2.3'
- name: 'Set up Ruby v2.7'
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.3
ruby-version: 2.7

- run: npm i

Expand Down

0 comments on commit f609bda

Please sign in to comment.