Skip to content

Commit

Permalink
Update typescript node (#103)
Browse files Browse the repository at this point in the history
* match typechecking node version to dockerfile

* Update node-tests.yml

requires newer setup-node action

* Update package.json

typescript layer on node has different versioning

* update package-lock node
  • Loading branch information
egrace479 authored Jun 21, 2024
1 parent 15b9c57 commit 43d5bef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm install
Expand Down
16 changes: 12 additions & 4 deletions andromeda-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion andromeda-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@types/node": "18.15.12",
"@types/node": "18.19.38",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
Expand Down

0 comments on commit 43d5bef

Please sign in to comment.