Skip to content

Commit

Permalink
ci: update Node version in GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Dec 5, 2024
1 parent 448100f commit c0aeb5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
tool: typos-cli

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'

- uses: pnpm/action-setup@v4
with:
version: 9
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/typescript-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand Down

0 comments on commit c0aeb5e

Please sign in to comment.