Skip to content

Commit

Permalink
ci: Set Release job to use Node 14 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle authored Mar 29, 2023
1 parent 02518aa commit 18a8801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: NPM install ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 14.x

- name: Run NPM CI
run: npm ci
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 14.x

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 18a8801

Please sign in to comment.