Skip to content

Commit

Permalink
Merge pull request #1897 from Saibamen/update_GH_Action
Browse files Browse the repository at this point in the history
Update GH Action, bump versions
  • Loading branch information
tfedor authored Apr 10, 2024
2 parents 310b955 + 9eb74da commit f205c9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.browser }}
name: ${{ inputs.browser }}
path: dist/prod.${{ inputs.browser }}
if-no-files-found: error
8 changes: 4 additions & 4 deletions .github/workflows/run-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ jobs:
run-eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 21
cache: "npm"
- run: npm ci --ignore-scripts
- if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: npm-log
path: /home/runner/.npm/_logs/
Expand Down

0 comments on commit f205c9e

Please sign in to comment.