Skip to content

Commit

Permalink
Merge pull request #28 from vania-pooh/master
Browse files Browse the repository at this point in the history
Bump Moon version to 2.6.1
  • Loading branch information
vania-pooh authored Jan 24, 2024
2 parents ef557e1 + 69b5850 commit 40041e3
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 325 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'aerokube/cypress-moon'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 20.x
always-auth: true
registry-url: https://registry.npmjs.org
scope: '@aerokube'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'aerokube/cypress-moon'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 20.x
always-auth: true
registry-url: https://registry.npmjs.org
scope: '@aerokube'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- macos-latest
- windows-latest
node:
- 12
- 14
- 18
- 20
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Node ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down
Loading

0 comments on commit 40041e3

Please sign in to comment.