Skip to content

Commit

Permalink
fix(cd): set node version to 18 for building NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 3, 2024
1 parent 67dfbbc commit 5dd0d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
if: matrix.build.NPM_PUBLISH == true
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Publish to NPM
if: matrix.build.NPM_PUBLISH == true
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Publish the package
shell: bash
Expand Down

0 comments on commit 5dd0d2e

Please sign in to comment.