Skip to content

Commit ded7c69

Browse files
authored
Merge pull request #54 from Exabyte-io/feat/SOF-7108
SOF-7108: bump mode.js
2 parents 6b1833b + fb898e5 commit ded7c69

File tree

3 files changed

+80
-62
lines changed

3 files changed

+80
-62
lines changed

.github/workflows/cicd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout this repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
- name: Checkout actions repository
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
repository: Exabyte-io/actions
2525
token: ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -36,14 +36,14 @@ jobs:
3636
if: github.repository != 'Exabyte-io/template-definitions'
3737
strategy:
3838
matrix:
39-
node-version: [12.x, 14.x, 16.x]
39+
node-version: [12.x, 14.x, 16.x, 18.x]
4040

4141
steps:
4242
- name: Checkout this repository
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v4
4444

4545
- name: Checkout actions repository
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v4
4747
with:
4848
repository: Exabyte-io/actions
4949
token: ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -61,10 +61,10 @@ jobs:
6161

6262
steps:
6363
- name: Checkout this repository
64-
uses: actions/checkout@v2
64+
uses: actions/checkout@v4
6565

6666
- name: Checkout actions repository
67-
uses: actions/checkout@v2
67+
uses: actions/checkout@v4
6868
with:
6969
repository: Exabyte-io/actions
7070
token: ${{ secrets.BOT_GITHUB_TOKEN }}

package-lock.json

Lines changed: 69 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"underscore.string": "^3.3.4"
4747
},
4848
"devDependencies": {
49-
"@exabyte-io/ade.js": "2023.9.12-0",
50-
"@exabyte-io/application-flavors.js": "2023.9.12-0",
51-
"@exabyte-io/code.js": "2022.11.11-0",
49+
"@exabyte-io/ade.js": "2023.11.22-0",
50+
"@exabyte-io/application-flavors.js": "2023.11.22-2",
51+
"@exabyte-io/code.js": "2023.6.10-1",
5252
"@exabyte-io/eslint-config": "^2022.11.17-0",
5353
"@exabyte-io/ide.js": "2022.7.28-1",
5454
"@exabyte-io/made.js": "2023.3.8-0",
55-
"@exabyte-io/mode.js": "2023.9.19-0",
55+
"@exabyte-io/mode.js": "2023.11.22-0",
5656
"chai": "^4.3.4",
5757
"eslint": "7.32.0",
5858
"eslint-config-airbnb": "19.0.2",

0 commit comments

Comments
 (0)