Skip to content

Bump @types/node from 20.14.12 to 22.0.2 #441

Bump @types/node from 20.14.12 to 22.0.2

Bump @types/node from 20.14.12 to 22.0.2 #441

Workflow file for this run

name: Test Execute Action
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test-execute-action:
runs-on: ubuntu-latest
name: Execute Action Test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Corepack enable
shell: bash
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: "pnpm-lock.yaml"
- name: install dependencies
run: pnpm install
- name: package
run: pnpm run build
- name: Execute Automagically
id: automagically
uses: ./
with:
url: 'https://storage.googleapis.com/mocktopus/index.html'
testTargetId: '35c8bfca-48d2-4eb2-8042-4ee50707a295'
token: ${{ secrets.AUTOMAGICALLY_TOKEN }}