Skip to content

Commit

Permalink
chore: update GH WF
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Mar 26, 2024
1 parent 9ff7124 commit 9af7758
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
if: github.repository != 'Exabyte-io/template-definitions'
strategy:
matrix:
node-version: [14.x]
node-version:
- 14.x
- 20.x

steps:
- name: Checkout this repository
Expand Down Expand Up @@ -69,7 +71,6 @@ jobs:
- name: Publish JS release
uses: ./actions/js/publish
with:
node-version: 14.x
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 comments on commit 9af7758

Please sign in to comment.