Skip to content

Commit

Permalink
PSV/Deploy jobs update 20 NodeJS
Browse files Browse the repository at this point in the history
Relates-To: OLPEDGE-2888

Signed-off-by: Yaroslav Stefinko <[email protected]>
  • Loading branch information
ystefinko committed Apr 29, 2024
1 parent 4b962ce commit 20ec5e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ jobs:
name: PSV / Linux Build / Tests / Code coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm
- name: Build / Tests / Coverage
run: scripts/linux/psv/build_test_psv.sh
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

psv-commit-checker:
name: PSV.Commit.Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Commit checker script. Verify commit text
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
echo "Package to deploy: $PACKAGE_NAME"
env:
PACKAGE_NAME: ${{ inputs.chooseDeploy }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
cache: npm
- name: Build / Tests
run: scripts/linux/psv/build_test_psv.sh && env
Expand Down

0 comments on commit 20ec5e0

Please sign in to comment.