Skip to content

Commit

Permalink
Update node.js engine for deploy job to match deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Dec 16, 2024
1 parent 821cbd5 commit f057a6b
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 f057a6b

Please sign in to comment.