Skip to content

Commit

Permalink
Bump Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmueller-st committed Sep 16, 2024
1 parent 1148009 commit 369bd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: NPM Install
uses: actions/setup-node@v3
with:
node-version: 10.24.1
node-version: 12.14
- name: NPM Setup
run: |
npm install
Expand All @@ -75,7 +75,7 @@ jobs:
- name: NPM Install
uses: actions/setup-node@v3
with:
node-version: 10.24.1
node-version: 12.14
- name: NPM Setup
run: |
npm install
Expand Down

0 comments on commit 369bd67

Please sign in to comment.