Skip to content

Commit

Permalink
Changes to release create-kpt-functions 0.17.0 (#157)
Browse files Browse the repository at this point in the history
* Changes to release create-kpt-functions 0.17.0

* Keep node 12 and 14 in matrix
  • Loading branch information
prachirp authored Jun 5, 2020
1 parent 38a9acd commit f3df445
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 159 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node-version: [12.x]
node-version: [12.x, 14.x]
package: [kpt-functions, create-kpt-functions, init-package, hello-world, demo-functions]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node-version: [12.x]
node-version: [12.x, 14.x]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v1
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-create-kpt-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 12.x
- uses: actions/checkout@v1
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
registry-url: 'https://wombat-dressing-room.appspot.com'
- name: Install, test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-demo-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v1
- name: Set up gcloud
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-kpt-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
registry-url: 'https://wombat-dressing-room.appspot.com'
- name: Install, test
run: |
Expand Down
Loading

0 comments on commit f3df445

Please sign in to comment.