There was an error while loading. Please reload this page.
1 parent c9883cc commit 77f9648Copy full SHA for 77f9648
1 file changed
README.md
@@ -52,7 +52,7 @@ jobs:
52
test:
53
runs-on: ubuntu-latest
54
steps:
55
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
56
- uses: pnpm/setup@v2
57
- run: node --version
58
- run: pnpm test
@@ -68,9 +68,9 @@ jobs:
68
69
strategy:
70
matrix:
71
- node: [20, 22, 24]
+ node: [22, 24, 26]
72
73
74
75
with:
76
runtime: node@${{ matrix.node }}
0 commit comments