Skip to content

Commit

Permalink
ci: use latest node lts version (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 8, 2024
1 parent 375bf39 commit 00931d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: npm
check-latest: true
node-version: lts/*

- name: Install
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ jobs:
uses: actions/setup-node@v4
with:
cache: npm
check-latest: true
node-version: lts/*

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

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

- name: Run ESLint
Expand Down Expand Up @@ -112,6 +113,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: npm
check-latest: true
node-version: ${{ matrix.node-version }}

- name: Install
Expand Down Expand Up @@ -168,6 +170,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: npm
check-latest: true
node-version: lts/*

- name: Install
Expand Down

0 comments on commit 00931d3

Please sign in to comment.