Skip to content

Commit

Permalink
update: bump node
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Dec 25, 2024
1 parent 25e1651 commit 7937ebb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 20.x

steps:
Expand All @@ -87,7 +86,7 @@ jobs:
- name: Run JS validate
uses: ./actions/js/validate
with:
node-version: '14.x'
node-version: '20.x'
skip-eslint: 'true'

- name: Run JS tests
Expand Down Expand Up @@ -117,7 +116,7 @@ jobs:
- name: Publish JS release
uses: ./actions/js/publish
with:
node-version: 14.x
node-version: 20.x
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
verify-tests: 'false'
Expand Down

0 comments on commit 7937ebb

Please sign in to comment.