Skip to content

Commit

Permalink
Update node versions in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Nov 20, 2023
1 parent a31fcbe commit a0fd31c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test
Expand All @@ -41,9 +41,9 @@ jobs:
with:
bundler-cache: true
ruby-version: "3.0"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn checkFormat
Expand All @@ -58,9 +58,9 @@ jobs:
with:
bundler-cache: true
ruby-version: "3.2"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: gem build -o prettier.gem
Expand Down

0 comments on commit a0fd31c

Please sign in to comment.