Skip to content

Commit

Permalink
update pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilja Postnovs authored and Ilja Postnovs committed Jan 25, 2024
1 parent e11eafd commit d91b37e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Test Extension (JS)
runs-on: self-hosted
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1
- name: Launch tests
shell: powershell
run: |
Expand All @@ -18,7 +18,7 @@ jobs:
name: Test Extension (TS)
runs-on: self-hosted
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1
- name: Launch tests
run: |
npm install
Expand All @@ -28,7 +28,7 @@ jobs:
name: Test Extension (Workspaces)
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1
- name: Launch tests
run: |
npm install
Expand All @@ -38,7 +38,7 @@ jobs:
name: Build Extension
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1
- name: npm install and build
env:
NPM_CONFIG_PREFIX: "~/.npm-global"
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"ui5plugin-linter": "^1.14.4",
"ui5plugin-parser": "^1.7.6"
"ui5plugin-linter": "^1.14.5",
"ui5plugin-parser": "^1.7.7"
},
"__metadata": {
"id": "7a9177b5-9a33-478d-bff3-879dc393cb43",
Expand Down

0 comments on commit d91b37e

Please sign in to comment.