Skip to content

Commit

Permalink
CI: update Ruby and Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jul 17, 2024
1 parent 4c2cdcf commit 12dc02f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
RUBY: 2.7
NODE: 20
RUBY: "3.1"

jobs:
test:
Expand Down Expand Up @@ -54,6 +54,7 @@ jobs:
with:
name: docs
path: ./_site/
if-no-files-found: error

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 12dc02f

Please sign in to comment.