Skip to content

Commit 707697d

Browse files
authored
ci(update): add note to install
1 parent 73d291f commit 707697d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
# try checking out routes-update branch. Ignore error if it does not exist
1818
- run: git checkout routes-update || true
1919
- run: npm ci
20+
# In case an ENOTEMPTY error occurs, try this approach:
21+
# https://github.com/actions/setup-node/issues/303#issuecomment-885723049
2022
- run: npm install @octokit/openapi-types@latest
2123
if: github.event_name == 'repository_dispatch'
2224
- run: node -e "console.log('::set-output name=version::' + require('@octokit/openapi-types/package').octokit['openapi-version'])"

0 commit comments

Comments
 (0)