Skip to content

Commit ea96a3f

Browse files
kddnewtonhrabe
authored andcommitted
Update node versions in main.yml
1 parent dc6b48d commit ea96a3f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
with:
2525
bundler-cache: true
2626
ruby-version: ${{ matrix.ruby }}
27-
- uses: actions/setup-node@v3
27+
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 18.x
29+
node-version: 20.x
3030
cache: yarn
3131
- run: yarn install --frozen-lockfile
3232
- run: yarn test
@@ -41,9 +41,9 @@ jobs:
4141
with:
4242
bundler-cache: true
4343
ruby-version: "3.0"
44-
- uses: actions/setup-node@v3
44+
- uses: actions/setup-node@v4
4545
with:
46-
node-version: 18.x
46+
node-version: 20.x
4747
cache: yarn
4848
- run: yarn install --frozen-lockfile
4949
- run: yarn checkFormat
@@ -58,9 +58,9 @@ jobs:
5858
with:
5959
bundler-cache: true
6060
ruby-version: "3.2"
61-
- uses: actions/setup-node@v3
61+
- uses: actions/setup-node@v4
6262
with:
63-
node-version: 18.x
63+
node-version: 20.x
6464
cache: yarn
6565
- run: yarn install --frozen-lockfile
6666
- run: gem build -o prettier.gem

0 commit comments

Comments
 (0)