Skip to content

Commit

Permalink
Merge pull request #231 from Fdawgs/ci/sig
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 4, 2024
2 parents e981513 + bdc0666 commit 72f2555
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 72f2555

Please sign in to comment.