Skip to content

Commit

Permalink
chore: update node version in cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchik committed Jun 6, 2023
1 parent e8a15ca commit 0a1955e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.repository != 'Exabyte-io/template-definitions'
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.19.x]

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

0 comments on commit 0a1955e

Please sign in to comment.