Skip to content

Commit 4df4dab

Browse files
committed
Fix: update pipeline with npm lock
1 parent a3d106d commit 4df4dab

File tree

3 files changed

+2078
-1749
lines changed

3 files changed

+2078
-1749
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x]
14+
node-version: [20.x]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
cache: 'npm'

0 commit comments

Comments
 (0)