Skip to content

Commit

Permalink
Merge pull request #2806 from lpsinger/update-engine-used-for-deploy
Browse files Browse the repository at this point in the history
Update node.js engine for deploy job to match deployment target
  • Loading branch information
dakota002 authored Dec 16, 2024
2 parents 960827a + 1f14213 commit 1caff5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
- name: NPM Install
run: |
npm ci
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
- name: NPM Install
run: npm ci
- name: Download artifacts
Expand Down

0 comments on commit 1caff5f

Please sign in to comment.