Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

fix(deps): update dependency @platformatic/deploy-client to v1.48.0 #1131

fix(deps): update dependency @platformatic/deploy-client to v1.48.0

fix(deps): update dependency @platformatic/deploy-client to v1.48.0 #1131

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: |
npm i
- name: Run tests
run: |
npm run test