You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So as of today's update, the underlying docker container is now based on node:16-slim. If possible, I'd say check if you can run your esbuild-base command in a node:16-slim container locally on your own machine / a VM. If that passes it may be a GH Actions runner permissions issue, otherwise if it doesn't run properly, then it's an esbuild issue.
We're using vsce-action@master to publish https://github.com/anz-bank/vscode-sysl, and it was working fine until today. Success a week ago, new failure today. This appears to coincide with the 3.0 release, and although we changed a lot none of it was related to the build/publish flow.
One difference I noted was the apparent removal of a directory argument to
yarn
:Success (note the
/github/workspace
on line 1):Error:
The text was updated successfully, but these errors were encountered: