Skip to content

chore(deps): bump @actions/http-client from 2.1.0 to 2.2.0 #497

chore(deps): bump @actions/http-client from 2.1.0 to 2.2.0

chore(deps): bump @actions/http-client from 2.1.0 to 2.2.0 #497

Workflow file for this run

name: test
on:
push:
branches:
- main
- 'releases/v*'
pull_request:
jobs:
run-action:
name: Run action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build