Skip to content

Commit

Permalink
UPD: GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderKaschta committed Sep 6, 2024
1 parent 8d29492 commit 05eed46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -28,7 +28,7 @@ jobs:

- run: npm run build:ci -- --output-path=./dist

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: frontend
path: dist

0 comments on commit 05eed46

Please sign in to comment.