Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/SOF-6954
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chu committed Nov 30, 2023
2 parents 48ccad8 + 5049f4f commit 2d65a07
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 49 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 2d65a07

Please sign in to comment.