diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8bda0f8..8adbc45 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,4 +19,5 @@ jobs: uses: MapColonies/shared-workflows/actions/init-npm@init-npm-v1 with: node-version: '20.x' + - run: npm i -g npm@11.17.0 - run: npm publish --access public diff --git a/tsconfig.json b/tsconfig.json index a942ce1..dc15f6c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,8 @@ { "compilerOptions": { "target": "ES6", - "lib": ["es6"], + "lib": ["es6", "dom"], + "skipLibCheck": true, "module": "commonjs", "experimentalDecorators": true, "declaration": true,