Skip to content

Commit

Permalink
Merge pull request #523 from mysteriumnetwork/fix/ci-pipeline
Browse files Browse the repository at this point in the history
Update pipeline
  • Loading branch information
redhatua authored Dec 12, 2024
2 parents 99cacec + 716b3c0 commit 7d619c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn lint
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:

strategy:
matrix:
os: [macos-12, windows-2022, ubuntu-20.04]
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- run: yarn install --frozen-lockfile
- uses: battila7/get-version-action@v1.2.1
- uses: battila7/get-version-action@v2
id: get_version
- name: Replace version
run: yarn version --no-git-tag-version --new-version ${{ steps.get_version.outputs.version }}
Expand Down

0 comments on commit 7d619c4

Please sign in to comment.