Skip to content

Commit f06bbce

Browse files
authored
Merge pull request #2159 from Nesopie/chore/update-ci-versions
chore: update to node v18 and remove audit job
2 parents 072ed06 + 1168a5d commit f06bbce

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/main_ci.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
node-version: [14, 'lts/*']
24+
node-version: [18, 'lts/*']
2525
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2626
steps:
2727
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
node-version: [14, 'lts/*']
41+
node-version: [18, 'lts/*']
4242
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
4343
services:
4444
regtest:
@@ -61,17 +61,6 @@ jobs:
6161
#####################
6262
# Jobs without matrix
6363
#####################
64-
audit:
65-
runs-on: ubuntu-latest
66-
steps:
67-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
68-
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
69-
with:
70-
node-version: 'lts/*'
71-
registry-url: https://registry.npmjs.org/
72-
cache: 'npm'
73-
- run: npm ci
74-
- run: npm run audit
7564
coverage:
7665
runs-on: ubuntu-latest
7766
steps:

0 commit comments

Comments
 (0)