Skip to content

Commit

Permalink
Update minimum node.js version from 14 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
icue-sdk committed Nov 21, 2023
1 parent bc8bc68 commit 8f0b4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@master
with:
node-version: "14.x"
node-version: "16.x"
- name: npm install and build
run: |
npm ci
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@master
with:
node-version: "14.x"
node-version: "16.x"
- name: npm install and build
run: |
npm ci
Expand Down

0 comments on commit 8f0b4f2

Please sign in to comment.