Skip to content

Commit

Permalink
ci: use Node.js 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Dec 15, 2023
1 parent e2e5a65 commit 780330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x

- name: Cache node modules
id: cache-nodemodules
Expand Down

0 comments on commit 780330a

Please sign in to comment.