Skip to content

Commit 5049f4f

Browse files
authored
Merge pull request #45 from Exabyte-io/feat/SOF-7108
SOF-7108: bump application-flavors
2 parents 9490d9c + e5079bf commit 5049f4f

File tree

3 files changed

+504
-53
lines changed

3 files changed

+504
-53
lines changed

.github/workflows/cicd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Continuous testing and publication to NPM from 'main'
22

3-
on:
3+
on:
44
workflow_dispatch:
55
push:
66

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

2121
steps:
2222
- name: Checkout this repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424

2525
- name: Checkout actions repository
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727
with:
2828
repository: Exabyte-io/actions
2929
token: ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -41,10 +41,10 @@ jobs:
4141

4242
steps:
4343
- name: Checkout this repository
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v4
4545

4646
- name: Checkout actions repository
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v4
4848
with:
4949
repository: Exabyte-io/actions
5050
token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)