Last 12 weeks · 0 commits
2 of 6 standards met
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency The fully-formed ref of the branch or tag that triggered the workflow run. For workflows triggered by , this is the branch or tag ref that was pushed. For workflows triggered by , this is the pull request merge branch. For workflows triggered by , this is the release tag created. For other triggers, this is the branch or tag ref that triggered the workflow run. This is only set if a branch or tag is available for the event type. The ref given is fully-formed, meaning that for branches the format is , for pull requests it is , and for tags it is . For example, . https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
OS: Windows 10 git: 2.35.2.windows.1 Node: 18.0.0 (installed via nvm) npm: 8.6.0 Here is a part of the log where error happens: 33 verbose stack C:\Users\\AppData\Roaming\nvm\v18.0.0\node_modules\npm\node_modules\libnpmfund:1 33 verbose stack ../workspaces/libnpmfund 33 verbose stack ^ 33 verbose stack 33 verbose stack SyntaxError: Unexpected token '.' 33 verbose stack at Object.compileFunction (node:vm:352:18) 33 verbose stack at wrapSafe (node:internal/modules/cjs/loader:1033:15) 33 verbose stack at Module._compile (node:internal/modules/cjs/loader:1069:27) 33 verbose stack at Module._extensions..js (node:internal/modules/cjs/loader:1159:10) 33 verbose stack at Module.load (node:internal/modules/cjs/loader:981:32) 33 verbose stack at Module._load (node:internal/modules/cjs/loader:827:12) 33 verbose stack at Module.require (node:internal/modules/cjs/loader:1005:19) 33 verbose stack at require (node:internal/modules/cjs/helpers:102:18) 33 verbose stack at Object. (C:\Users\\AppData\Roaming\nvm\v18.0.0\node_modules\npm\lib\utils\reify-output.js:16:38) 33 verbose stack at Module._compile (node:internal/modules/cjs/loader:1105:14) 34 verbose cwd D:\projects\remix-workshop 35 verbose Windows_NT 10.0.19044 36 verbose node v18.0.0 37 verbose npm v8.6.0 38 error Unexpected token '.' 39 verbose exit 1
Repository: kentcdodds/remix-workshop. Stars: 139, Forks: 21. Primary language: TypeScript. Languages: TypeScript (98.1%), JavaScript (1.9%). Topics: kcd-edu. Open PRs: 0, open issues: 0. Last activity: 3y ago. Community health: 28%. Top contributors: kentcdodds, warpech, woody34, MichaelDeBoey, tonilaukka, imgbot[bot].