Skip to content

Commit

Permalink
Merge pull request bitcoinjs#2159 from Nesopie/chore/update-ci-versions
Browse files Browse the repository at this point in the history
chore: update to node v18 and remove audit job
  • Loading branch information
junderw authored Sep 3, 2024
2 parents 072ed06 + 1168a5d commit f06bbce
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 'lts/*']
node-version: [18, 'lts/*']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 'lts/*']
node-version: [18, 'lts/*']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
services:
regtest:
Expand All @@ -61,17 +61,6 @@ jobs:
#####################
# Jobs without matrix
#####################
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
with:
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
cache: 'npm'
- run: npm ci
- run: npm run audit
coverage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f06bbce

Please sign in to comment.