Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Bump @sentry/node from 9.4.0 to 9.12.0 #63

Bump @sentry/node from 9.4.0 to 9.12.0

Bump @sentry/node from 9.4.0 to 9.12.0 #63

Workflow file for this run

name: Node install
on:
push:
jobs:
node:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [22]
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install