We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c55b2a commit e657fdeCopy full SHA for e657fde
.github/workflows/push.yml
@@ -7,7 +7,7 @@ jobs:
7
8
strategy:
9
matrix:
10
- ruby: [3.1, 3.4]
+ ruby: [3.1, 3.3, 3.4]
11
12
steps:
13
- uses: actions/checkout@v4
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 18
+ node-version: 22
20
21
- name: Build the docker-compose stack
22
run: docker compose up -d
.tool-versions
@@ -1,3 +1,3 @@
1
-yarn 1.22.19
2
-ruby 3.4.1
3
-nodejs 18.15.0
+yarn 1.22.22
+ruby 3.3.5
+nodejs 22.14.0
0 commit comments