Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
isp-owner committed Nov 20, 2024
1 parent 4dbda7d commit 83b0d32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install --legacy-peer-deps
- run: rollup -c
- run: npm ci --legacy-peer-deps
- run: npm build
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16.0-alpine3.18 as builder
FROM node:20-alpine as builder

WORKDIR /usr/src/app
COPY . ./
Expand Down

0 comments on commit 83b0d32

Please sign in to comment.