Skip to content

Bump @actions/github from 5.1.1 to 6.0.0 #9

Bump @actions/github from 5.1.1 to 6.0.0

Bump @actions/github from 5.1.1 to 6.0.0 #9

Workflow file for this run

name: Test Action
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: NPM Install
run: npm ci
- name: Build
run: node_modules/@vercel/ncc/dist/ncc/cli.js build index.js