Skip to content

chore(deps): bump @actions/http-client from 2.2.1 to 2.2.3 #144

chore(deps): bump @actions/http-client from 2.2.1 to 2.2.3

chore(deps): bump @actions/http-client from 2.2.1 to 2.2.3 #144

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Code Coverage
uses: codecov/[email protected]
- name: Build
run: npm run build
- name: Tag
if: github.ref == 'refs/heads/main'
uses: gembaadvantage/uplift-action@v2
with:
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}