Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
whyvrafvr committed Mar 23, 2024
1 parent 9ed511e commit 795b63f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
npm test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
working-directory: frontend
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: angular-coverage-node-${{ matrix.node-version }}
path: frontend/coverage
Expand All @@ -40,9 +40,9 @@ jobs:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand Down

0 comments on commit 795b63f

Please sign in to comment.