Skip to content

Commit

Permalink
Bump node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Sep 17, 2024
1 parent 74d765f commit 696d851
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
cache: npm
- uses: google/wireit@setup-github-actions-caching/v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
cache: npm
- uses: google/wireit@setup-github-actions-caching/v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
cache: npm
- uses: google/wireit@setup-github-actions-caching/v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
cache: npm
- uses: google/wireit@setup-github-actions-caching/v1

Expand Down

0 comments on commit 696d851

Please sign in to comment.