Skip to content

Commit

Permalink
Merge pull request #575 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 0369669 + dc9d91d commit c3bb1a9
Show file tree
Hide file tree
Showing 2 changed files with 7 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
5 changes: 5 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 Expand Up @@ -107,6 +111,7 @@ jobs:
- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
check-latest: true
node-version: ${{ matrix.node-version }}

- name: Install
Expand Down

0 comments on commit c3bb1a9

Please sign in to comment.