Skip to content

Commit 07c24b7

Browse files
committed
chore: update ci
1 parent 2342b5f commit 07c24b7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.repository != 'Exabyte-io/template-definitions'
1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x]
19+
node-version: [14.x, 20.x]
2020

2121
steps:
2222
- name: Checkout this repository
@@ -29,6 +29,9 @@ jobs:
2929
token: ${{ secrets.BOT_GITHUB_TOKEN }}
3030
path: actions
3131

32+
- name: Run JS validate
33+
uses: ./actions/js/validate
34+
3235
- name: Run JS tests
3336
uses: ./actions/js/test
3437
with:
@@ -56,7 +59,7 @@ jobs:
5659
id: publish
5760
uses: ./actions/js/publish
5861
with:
59-
node-version: 12.21.x
62+
node-version: 14.19.x
6063
npm-token: ${{ secrets.NPM_TOKEN }}
6164
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
6265

0 commit comments

Comments
 (0)