Skip to content

Commit cd07466

Browse files
committed
remove node v12 tests from gh-actions and publish using v14
1 parent e40fe11 commit cd07466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.repository != 'Exabyte-io/template-definitions'
3737
strategy:
3838
matrix:
39-
node-version: [12.x, 14.x, 16.x, 18.x]
39+
node-version: [14.x, 16.x, 18.x]
4040

4141
steps:
4242
- name: Checkout this repository
@@ -73,7 +73,7 @@ jobs:
7373
- name: Publish JS release
7474
uses: ./actions/js/publish
7575
with:
76-
node-version: 12.21.x
76+
node-version: 14
7777
npm-token: ${{ secrets.NPM_TOKEN }}
7878
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
7979

0 commit comments

Comments
 (0)