We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b8dfb commit 9c7db3eCopy full SHA for 9c7db3e
1 file changed
.github/workflows/main.yml
@@ -13,13 +13,15 @@ jobs:
13
- 18
14
- 20
15
- 22
16
+ - 24
17
+ - 26
18
os:
19
- ubuntu-latest
20
- macos-latest
21
- windows-latest
22
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-node@v2
23
+ - uses: actions/checkout@v6
24
+ - uses: actions/setup-node@v6
25
with:
26
node-version: ${{ matrix.node-version }}
27
- run: npm install
0 commit comments