Skip to content

build(deps): bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 #1274

build(deps): bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0

build(deps): bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 #1274

Workflow file for this run

---
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
ci:
name: Run CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: '18'
cache: npm
- run: npm install
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4