Skip to content

Commit

Permalink
chore: Update auto-generation of audit workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young committed Oct 2, 2023
1 parent 5df697c commit 41ca9dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Auto_Gen_Audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ on:
branches: buctbase
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14]
node-version: [lts/*]

steps:
- uses: actions/checkout@v2

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2
with:
version: latest

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down

1 comment on commit 41ca9dc

@vercel
Copy link

@vercel vercel bot commented on 41ca9dc Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.