Skip to content

Commit

Permalink
fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashek committed Mar 18, 2024
1 parent e02cfba commit 58ca3d2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
MPKIT_EMAIL: ${{ secrets.MPKIT_EMAIL }}
MPKIT_TOKEN: ${{ secrets.MPKIT_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '20.x'
- name: Install npm dependencies
run: npm ci
- name: Build assets
Expand All @@ -35,7 +35,7 @@ jobs:
env:
MPKIT_URL: ${{ secrets.MPKIT_URL_STAGING }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install test framework
run: npm i codeceptjs @codeceptjs/configure puppeteer
- run: npm test
Expand All @@ -50,10 +50,10 @@ jobs:
MPKIT_EMAIL: ${{ secrets.MPKIT_EMAIL }}
MPKIT_TOKEN: ${{ secrets.MPKIT_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '20.x'
- name: Install npm dependencies
run: npm ci
- name: Build assets
Expand All @@ -78,9 +78,9 @@ jobs:
# MPKIT_URL: ${{ secrets.MPKIT_URL_PRODUCTION }}
# LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: '14.x'
# node-version: '20.x'
# - run: npm i -g @lhci/cli
# - run: lhci autorun

0 comments on commit 58ca3d2

Please sign in to comment.