Skip to content

Commit

Permalink
Use Node 20 for all GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Dec 24, 2023
1 parent 8341544 commit a32e372
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 20
cache: 'yarn'

- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'yarn'

- name: Yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/treeshake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'yarn'

- name: Yarn install
Expand Down

0 comments on commit a32e372

Please sign in to comment.