Skip to content

Commit

Permalink
chore(dcellar-web-ui): upgrade github actions node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed Dec 11, 2023
1 parent 392c050 commit ee08d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Cache Rush
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/common-rush-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Run rush check
run: node common/scripts/install-run-rush.js check
validate-shrinkwrap-file:
Expand All @@ -22,6 +22,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Run rush install --check-only
run: node common/scripts/install-run-rush.js install --check-only

0 comments on commit ee08d76

Please sign in to comment.