Skip to content

Commit e13d8f8

Browse files
authored
update npm dependencies (#222)
1 parent f3ebe81 commit e13d8f8

File tree

4 files changed

+1032
-271
lines changed

4 files changed

+1032
-271
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- name: Use Node.js LTS (16.x)
17+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
18+
- name: Use Node.js LTS (22.x)
1919
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
2020
with:
21-
node-version: '16'
21+
node-version: '22'
2222
- run: npm ci
2323
- run: npm test
2424
- name: Run Tests in Docker

0 commit comments

Comments
 (0)