Skip to content

chore(deps-dev): bump @well-known-components/http-server from 2.0.1-20240313124908.commit-80c33da to 2.1.0 #344

chore(deps-dev): bump @well-known-components/http-server from 2.0.1-20240313124908.commit-80c33da to 2.1.0

chore(deps-dev): bump @well-known-components/http-server from 2.0.1-20240313124908.commit-80c33da to 2.1.0 #344

Workflow file for this run

on:
push:
branches:
- main
pull_request:
release:
types:
- created
name: CI
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: install
run: npm install
- name: make
run: make build test
- name: Publish
uses: menduz/oddish-action@master
with:
registry-url: "https://registry.npmjs.org"
access: public
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}