File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments