Skip to content

Commit

Permalink
update package and action
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei-chareshneu committed Jun 11, 2024
1 parent 27b3a3b commit 86ea3e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs_and_viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: install node
uses: actions/setup-node@v4
with:
node-version: 20.14.2
node-version: 20
- name: viewer dependencies
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion molstar-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.14.2",
"@types/node": "^20",
"typescript": "^5.4.5",
"esbuild": "0.21.4"
},
Expand Down

0 comments on commit 86ea3e3

Please sign in to comment.