We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e991df5 commit 67a842dCopy full SHA for 67a842d
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
lint:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: actions/cache@v4
21
with:
22
path: '**/node_modules'
@@ -39,12 +39,13 @@ jobs:
39
- 18.x
40
- 20.x
41
- 22.x
42
+ - 24.x
43
44
- uses: actions/setup-node@v4
45
46
node-version: ${{ matrix.node-version }}
47
- run: git config --global core.autocrlf input
48
49
50
51
@@ -80,7 +81,7 @@ jobs:
80
81
needs: test
82
83
84
85
86
87
0 commit comments