fwebc.js

Toy framework for learning web components
git clone git://git.finwo.net/lib/fwebc.js
Log | Files | Refs | README

commit ceb25ad07269d14fb6e26aea8865cf5fdc859317
parent 2e09454ac4809ca00df4e20599979e2e7df2a16d
Author: finwo <finwo@pm.me>
Date:   Wed, 31 Mar 2021 16:41:08 +0200

Update FUNDING.yml

Diffstat:
M.github/FUNDING.yml | 1+
M.github/workflows/nodejs.yml | 6+++---
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml @@ -1,2 +1,3 @@ # f4d2ed80-57b6-46e6-b245-5049428a931d github: finwo +liberapay: finwo diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm ci + - run: npm install - run: npm run build --if-present - run: npm test env: @@ -35,10 +35,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm build + - run: npm run build --if-present - run: if [ $(npm view $(node -p "require('./package.json').name") version) != $(node -p "require('./package.json').version") ]; then npm publish ; fi env: NODE_AUTH_TOKEN: ${{secrets.npm_token}}