Skip to content

Commit 8bfa8b0

Browse files
authored
build: reactivate CI test deployment (#195)
1 parent 0671722 commit 8bfa8b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 18
15+
node-version: 22
1616

1717
- name: Prepare
1818
run: |
@@ -31,7 +31,7 @@ jobs:
3131
ng add angular-cli-ghpages
3232
3333
- name: Deploy
34-
if: github.ref == 'refs/heads/master'
34+
if: github.ref == 'refs/heads/main'
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
run: |

0 commit comments

Comments
 (0)