Skip to content

Commit

Permalink
RZ-9636: Update nodeJS version to last LTS 20.12.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ivelin Ivanov <[email protected]>
  • Loading branch information
ivosgem committed Apr 25, 2024
1 parent 974068c commit 6e10c91
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: '18.14.0'
node-version: '20.12.2'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: '18.14.0'
node-version: '20.12.2'
registry-url: 'https://registry.npmjs.org'
- name: Bump version, build, commit, and merge changes
if: github.event.pull_request.merged == true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [ 18.14.0 ]
node-version: [ 20.12.2 ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.0
v20.12.2
19 changes: 0 additions & 19 deletions workflows/npm-publish.yml

This file was deleted.

30 changes: 0 additions & 30 deletions workflows/run-tests.yml

This file was deleted.

0 comments on commit 6e10c91

Please sign in to comment.