Skip to content

deps: bump @actions/core from 1.10.0 to 1.11.1 in the production-dependencies group across 1 directory #97

deps: bump @actions/core from 1.10.0 to 1.11.1 in the production-dependencies group across 1 directory

deps: bump @actions/core from 1.10.0 to 1.11.1 in the production-dependencies group across 1 directory #97

Workflow file for this run

name: "Test"
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
permissions:
id-token: write
contents: write
jobs:
test-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js latest
uses: actions/[email protected]
with:
node-version: latest
- run: |
npm ci
npm run test
# test action works running from the graph
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
filePath: "test"