Skip to content

Commit d89e1e1

Browse files
authored
Update learnpack-audit.yml
1 parent 50b4b7f commit d89e1e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/learnpack-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [20.x]
19+
node-version: [22.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm install @learnpack/learnpack@latest -g
29-
- run: learnpack audit
29+
- run: learnpack audit

0 commit comments

Comments
 (0)