Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

fix(workspace): discord msg attempt 2, needed mjs (#3031)

Changed files
+1 -1
.github
actions
discord-message
.github/actions/discord-message/action.js .github/actions/discord-message/action.mjs
+1 -1
.github/actions/discord-message/action.yml
···
A JSON array to present the published packages. The format is `[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]`
runs:
using: 'node16'
-
main: 'action.js'
+
main: 'action.mjs'