Skip to content

Commit

Permalink
Merge pull request #366 from Fdawgs/ci/sig
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 4, 2024
2 parents 8a16660 + 172b71d commit c601140
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
check-latest: true
node-version: lts/*
registry-url: https://registry.npmjs.org

Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
check-latest: true
node-version: lts/*
registry-url: https://npm.pkg.github.com
scope: "@fdawgs"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -55,11 +55,15 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
check-latest: true
node-version: lts/*

- name: Install
run: npm i --ignore-scripts

- name: Audit NPM package signatures and provenance attestations
run: npm audit signatures

- name: Run ESLint
run: npm run lint

Expand Down

0 comments on commit c601140

Please sign in to comment.