Skip to content

Commit

Permalink
stop testing on node 16 since it is not supported by angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
JoSSte committed Dec 1, 2023
1 parent fbfa38b commit 18256fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 20.x]
node-version: [20.x, 21.x]
steps:
- uses: actions/checkout@v3
- name: Cache node modules
Expand Down

0 comments on commit 18256fc

Please sign in to comment.