Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(action): use node12 runner #111

Merged
merged 1 commit into from
Nov 24, 2021
Merged

fix(action): use node12 runner #111

merged 1 commit into from
Nov 24, 2021

Conversation

raphi
Copy link
Contributor

@raphi raphi commented Nov 24, 2021

Trying to use the Github Action, I got the following error:

 Download action repository 'algolia/algoliasearch-crawler-github-actions@v1.0.5' (SHA:8f979daf8292616c7283c72975066ec318ef82bb)
Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node14' is not supported, use 'docker' or 'node12' instead.')
   at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
   at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
Error: Fail to load algolia/algoliasearch-crawler-github-actions/v1.0.5/action.yml

Trying to use the Github Action, I got the following error:

```
 Download action repository 'algolia/algoliasearch-crawler-github-actions@v1.0.5' (SHA:8f979daf8292616c7283c72975066ec318ef82bb)
Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node14' is not supported, use 'docker' or 'node12' instead.')
   at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
   at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
Error: Fail to load algolia/algoliasearch-crawler-github-actions/v1.0.5/action.yml
```
@netlify
Copy link

netlify bot commented Nov 24, 2021

✔️ Deploy Preview for algolia-ga-actions-netlify ready!

🔨 Explore the source changes: 1d6cb5f

🔍 Inspect the deploy log: https://app.netlify.com/sites/algolia-ga-actions-netlify/deploys/619e4b8090a385000868b527

😎 Browse the preview: https://deploy-preview-111--algolia-ga-actions-netlify.netlify.app

Copy link
Contributor

@bodinsamuel bodinsamuel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird okay

@raphi raphi merged commit 2559b93 into main Nov 24, 2021
@raphi raphi deleted the fix-action-runner-patch-1 branch November 24, 2021 14:35
algolia-crawler-bot pushed a commit that referenced this pull request Nov 24, 2021
## [1.0.7](v1.0.6...v1.0.7) (2021-11-24)

### Bug Fixes

* **action:** use node12 runner ([#111](#111)) ([2559b93](2559b93))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants