Skip to content

Commit

Permalink
* Update CI to use latest ruby for rubocop, use NodeJS 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Oct 16, 2024
1 parent a1c2030 commit 9d8a90c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [20]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-latest]
ruby: [
3.1
3.3
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 9d8a90c

Please sign in to comment.