Skip to content

update dependencies #83

update dependencies

update dependencies #83

Re-run triggered March 18, 2024 03:00
Status Failure
Total duration 26s
Artifacts

npm-publish.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
tests/build.test.js > compare: tests/build.test.js#L30
AssertionError: expected { '.html': { …(2) }, …(2) } to deeply equal { '.html': { …(2) }, …(2) } - Expected + Received Object { ".css": Object { "content": ":root{--theme-color: black;font-size:2vh}html,body{width:100%;height:100%;margin:0}body{font-family:Poppins,sans-serif}.message{display:flex;flex-flow:row nowrap;align-items:center;max-width:45rem}.message_text{padding-left:1rem;margin-left:1rem;color:var(--theme-color);border-left:.2rem solid var(--theme-color)}@media (max-width: 45rem){.message{flex-flow:column nowrap}} ", "name": ".css", }, ".html": Object { "content": "<!doctype html> <html lang=\"en\"> <head> <meta charset=\"UTF-8\" /> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /> <title>Atomico - Started</title> <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" /> <link href=\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap\" rel=\"stylesheet\" - /> - <script async type=\"module\" crossorigin src=\"/assets/index-B4PtFf5O.js\"></script> + /> + <script async type=\"module\" crossorigin src=\"/assets/index-C1SkBrZj.js\"></script> <link rel=\"stylesheet\" crossorigin href=\"/assets/index-BZtTELGf.css\"> </head> <body> <atomico-hello> <div class=\"message\"> <atomico-brand color=\"var(--theme-color)\"></atomico-brand> <p class=\"message_text\"> A micro library inspired by React Hooks, designed and optimized for the creation of webcomponents. </p> </div> <a-button></a-button> </atomico-hello> </body> </html> ", "name": ".html", }, ".js": Object { "content": "function __vite__mapDeps(indexes) { if (!__vite__mapDeps.viteFileDeps) { __vite__mapDeps.viteFileDeps = [] } return indexes.map((i) => __vite__mapDeps.viteFileDeps[i]) } (function(){const t=document.createElement(\"link\").relList;if(t&&t.supports&&t.supports(\"modulepreload\"))return;for(const o of document.querySelectorAll('link[rel=\"modulepreload\"]'))n(o);new MutationObserver(o=>{for(const r of o)if(r.type===\"childList\")for(const i of r.addedNodes)i.tagName===\"LINK\"&&i.rel===\"modulepreload\"&&n(i)}).observe(document,{childList:!0,subtree:!0});function s(o){const r={};return o.integrity&&(r.integrity=o.integrity),o.referrerPolicy&&(r.referrerPolicy=o.referrerPolicy),o.crossOrigin===\"use-credentials\"?r.credentials=\"include\":o.crossOrigin===\"anonymous\"?r.credentials=\"omit\":r.credentials=\"same-origin\",r}function n(o){if(o.ep)return;o.ep=!0;const r=s(o);fetch(o.href,r)}})();class Nt{#t;#e=new Set;constructor(t){this.#t=t}get current(){return this.#t}set current(t){this.#t!=t&&(this.#t=t,this.#e.forEach(s=>s(t)))}on(t){return this.#e.add(t),()=>this.#e.delete(t)}}const At=e=>new Nt(e),D=Symbol.for(\"atomico.hooks\");globalThis[D]=globalThis[D]||{};let P=globalThis[D];const et=Symbol.for(\"Atomico.suspense\"),st=Symbol.for(\"Atomico.effect\"),nt=Symbol.for(\"Atomico.layoutEffect\"),ot=Symbol.for(\"Atomico.insertionEffect\"),U=(e,t,s)=>{const{i:n,hooks:o}=P.c,r=o[n]=o[n]||{};return r.value=e(r.value),r.effect=t,r.tag=s,P.c.i++,o[n].value},q=()=>U((e=At(P.c.host))=>e),rt=()=>P.c.update,wt=(e,t,s=0)=>{let n={},o=!1;const r=()=>o,i=(u,f)=>{for(const h in n){const a=n[h];a.effect&&a.tag===u&&(a.value=a.effect(a.value,f))}};return{load:u=>{P.c={host:t,hooks:n,update:e,i:0,id:s};let f;try{o=!1,f=u()}catch(h){if(h!==et)throw h;o=!0}finally{P.c=null}return f},cleanEffects:u=>(i(ot,u),()=>(i(nt,u),()=>{i(st,u)})),isSuspense:r}},v=Symbol.for,Tt=queueMicrotask;function _t(e,t){const s=e.length;if(s!==t.length)return!1;for(let n=0;n<s;n++){let o=e[n],r=t[n];if(o!==r)return!1}return!0}const E=e=>typeof e==\"function\",w=e=>typeof e==\"object\",{isArray:Ot}=Array,I=(e,t)=>(t?e instanceof HTMLStyleElement:!0)&&\"hydrate\"in(e?.dataset||{});function it(e,t){let s;const n=o=>{let{length:r}=o;for(let i=0;i<r;i++){const c=o[i];if(c&&Array.isArray(c))n(c);else{const l=typeof c;if(c==null||l===\"function\"||l===\"
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/