Skip to content

Commit

Permalink
lets see if node 18 would work
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jul 21, 2023
1 parent 10cf8db commit 55b65dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
environment: Open Healthcare Network
name: Download Zoom recordings and upload to Google Drive
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Download Meetings from Zoom Cloud and Upload to Google Drive
id: zoomdrive
uses: coronasafe/zoomdrive@main
Expand Down
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ outputs:
runs:
using: node16
main: dist/index.js
pre: node --version
post: rm -rf ./downloads

0 comments on commit 55b65dc

Please sign in to comment.