Skip to content

Commit

Permalink
back to old angular workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Sep 13, 2024
1 parent 196bff2 commit b954aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_angular_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- uses: actions/setup-node@v4
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 16
cache: 'npm'
cache-dependency-path: 'package-lock.json'

Expand Down

0 comments on commit b954aec

Please sign in to comment.