Skip to content

Commit

Permalink
Merge pull request #2990 from SCADA-LTS/feature/#2805_Upgrade_Node
Browse files Browse the repository at this point in the history
#2805 Upgrade Node
  • Loading branch information
Limraj authored Oct 29, 2024
2 parents dde38d5 + 1acb691 commit 190960c
Show file tree
Hide file tree
Showing 18 changed files with 22,462 additions and 15,828 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 22.9.0
- name: Cache node modules
id: nodeCache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 22.9.0
- name: Cache node modules
id: nodeCache
uses: actions/cache@v3
Expand Down
Loading

0 comments on commit 190960c

Please sign in to comment.