Skip to content

Commit 7a82364

Browse files
authored
update dependencies and GH Actions versions (#114)
1 parent 8470974 commit 7a82364

File tree

6 files changed

+748
-268
lines changed

6 files changed

+748
-268
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ jobs:
1616
nodejs: [18, 20, 22]
1717
os: [ubuntu-latest]
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: actions/setup-node@v3
19+
- uses: actions/checkout@v4
20+
- uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.nodejs }}
23+
cache: 'npm'
2324
- name: Install dependencies
24-
run: npm ci --ignore-scripts --no-audit
25+
run: npm ci --ignore-scripts --no-audit --no-fund
2526
- name: Run tests
2627
run: npm test
27-
env:
28-
CI: true

0 commit comments

Comments
 (0)