Skip to content

Commit

Permalink
dependencies updated and node version to 18.x (#693)
Browse files Browse the repository at this point in the history
* #669 node updated to 18.x

* #669 deps updated for 6.1.0
  • Loading branch information
arawinters authored Oct 3, 2024
1 parent f67c743 commit 544184d
Show file tree
Hide file tree
Showing 6 changed files with 4,693 additions and 4,525 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: use Node.js 16.x
- name: use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: setup
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sdk-components-ng.iml
npm-debug.log
yarn-error.log
testem.log
package-lock.old.json
/typings
*.old

Expand Down
Loading

0 comments on commit 544184d

Please sign in to comment.