Ryo Ota

Results 249 comments of Ryo Ota

You can change your DNS setting for subdomains.

## workaround This should be an issue of Docker on Apple Silicon, not this docker image. I solved the issue by using lima. The lima base image should be x86_64...

@github-actions run 🔨 Build & Push ```js // Get pull-req URL like "https://api.github.com/repos/nwtgck/actions-merge-preview/pulls/4" const pullReqUrl = context.payload.issue.pull_request.url; const githubUser = context.payload.repository.owner.login; const res = await fetch(pullReqUrl, { headers: [ ['Authorization',...

The result of adding `find ...` command may be useful for debugging: ```yaml - name: Build run: npm run build # Added for debug - run: find . -depth 2...

Thanks! I'll merge dependabot PRs for dependency updates.

I'd like to separate a commit for the engine update to Node.js 20. The engine update may include: - actions/setup-node (node-version) - Type definition `@types/node` - `using` in action.yaml Thanks...

`nwtgck/[email protected]` using node20 released now.