Skip to content

Commit

Permalink
UPD: GitHub CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderKaschta committed Sep 10, 2023
1 parent 97820ff commit f968bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest

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

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

Expand All @@ -28,7 +28,7 @@ jobs:

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

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

0 comments on commit f968bf3

Please sign in to comment.