Skip to content

Commit

Permalink
github action to publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
byverdu committed Oct 1, 2022
1 parent 69ae31b commit 048c753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Lint and Build App

on:
push:
branches: [ "*" ]
branches: [ '!master' ]
pull_request:
branches: [ "*" ]
branches: [ '!master' ]

jobs:
build:
Expand All @@ -17,8 +14,6 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Codecov](https://img.shields.io/codecov/c/github/byverdu/http-server?style=plastic) ![Github](https://img.shields.io/github/checks-status/byverdu/http-server/master?style=plastic) ![lastCommit](https://img.shields.io/github/last-commit/byverdu/http-server?style=plastic)
![npm](https://img.shields.io/npm/v/@byverdu/http-server?style=plastic) ![Codecov](https://img.shields.io/codecov/c/github/byverdu/http-server?style=plastic) ![Github](https://img.shields.io/github/checks-status/byverdu/http-server/master?style=plastic) ![lastCommit](https://img.shields.io/github/last-commit/byverdu/http-server?style=plastic)

# http-server

Expand Down

0 comments on commit 048c753

Please sign in to comment.