Skip to content

Commit 8f260c2

Browse files
committed
feat: update node and ruby version
1 parent 5eab83e commit 8f260c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
ruby-version: [3.0.0]
26-
node-version: [16]
25+
ruby-version: [3.2.0]
26+
node-version: [18]
2727
steps:
2828
- uses: actions/checkout@v3
2929

0 commit comments

Comments
 (0)