diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b2d0f4eb..99423470 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: - name: Install dependencies run: npm i - name: Deploy to NPM - uses: JS-DevTools/npm-publish@v1 + uses: JS-DevTools/npm-publish@v2 with: token: ${{ secrets.NPM_TOKEN }} github: diff --git a/Dockerfile b/Dockerfile index d69eeb64..9f5ada10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM node:19-alpine +FROM node:20-alpine RUN apk add --no-cache \ git WORKDIR /simple-icons -COPY package*.json /simple-icons/ -RUN npm install +COPY package.json /simple-icons/ +RUN npm install --ignore-scripts COPY . . diff --git a/package.json b/package.json index d19b5b10..ce43a917 100644 --- a/package.json +++ b/package.json @@ -62,17 +62,17 @@ "devDependencies": { "chalk": "5.2.0", "editorconfig-checker": "5.0.1", - "esbuild": "0.17.17", + "esbuild": "0.17.18", "fake-diff": "1.0.0", "get-relative-luminance": "1.0.0", "husky": "8.0.3", - "inquirer": "9.1.5", + "inquirer": "9.2.0", "is-ci": "3.0.1", "jsonschema": "1.4.1", "mocha": "10.2.0", "named-html-entities-json": "1.0.0", "npm-run-all": "4.1.5", - "prettier": "2.8.7", + "prettier": "2.8.8", "rimraf": "5.0.0", "svg-path-bbox": "1.2.4", "svg-path-segments": "1.0.0",