Skip to content

Commit

Permalink
ci: update Node.js version to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Sep 2, 2024
1 parent e2ff280 commit 14d4a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup NodeJS LTS
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: Setup Angular problem matchers
uses: EdricChan03/angular-problem-matchers-action@v0.0.0
- name: Cache node modules
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup NodeJS LTS
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: Setup Angular problem matchers
uses: EdricChan03/angular-problem-matchers-action@v0.0.0
- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup NodeJS LTS
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: Cache node modules
uses: actions/cache@v3
id: node_modules_cache
Expand Down

0 comments on commit 14d4a56

Please sign in to comment.