Skip to content

Commit

Permalink
node20
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Jan 31, 2024
1 parent 01a592f commit 79a1847
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: '20'
- run: pnpm install
- run: bin/run ${{ matrix.generator }}
- run: node provision ${{ matrix.generator }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: '20'
- run: pnpm install
- run: pnpm tsc
1 change: 1 addition & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: '20'
- run: pnpm install
- run: bin/run ${{ github.event.inputs.generator }}
- run: node provision ${{ github.event.inputs.generator }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: '20'
- run: pnpm install
- run: pnpm prettier --write .
- run: git add --update
Expand Down

0 comments on commit 79a1847

Please sign in to comment.