Skip to content

Commit

Permalink
Merge pull request #45 from Exabyte-io/feat/SOF-7108
Browse files Browse the repository at this point in the history
SOF-7108: bump application-flavors
  • Loading branch information
pranabdas authored Nov 22, 2023
2 parents 9490d9c + e5079bf commit 5049f4f
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 53 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Continuous testing and publication to NPM from 'main'

on:
on:
workflow_dispatch:
push:

Expand All @@ -16,14 +16,14 @@ jobs:
if: github.repository != 'Exabyte-io/template-definitions'
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- name: Checkout this repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Checkout actions repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand All @@ -41,10 +41,10 @@ jobs:

steps:
- name: Checkout this repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Checkout actions repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 5049f4f

Please sign in to comment.