File tree
Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
|
5 | 5 | runs-on: ${{ matrix.os }}
|
6 | 6 | strategy:
|
7 | 7 | matrix:
|
8 |
| -node-version: ["14", "16", "18"] |
| 8 | +node-version: ["18", "20", "22"] |
9 | 9 | os: [ubuntu-latest, windows-latest]
|
10 | 10 | name: Test on Node v${{ matrix.node-version }} on ${{ matrix.os }}
|
11 | 11 | steps:
|
12 |
| -- uses: actions/checkout@v3 |
| 12 | +- uses: actions/checkout@v4 |
13 | 13 | - name: Setup node
|
14 |
| -uses: actions/setup-node@v3 |
| 14 | +uses: actions/setup-node@v4 |
15 | 15 | with:
|
16 | 16 | node-version: ${{ matrix.node-version }}
|
17 | 17 | cache: npm
|
|
You can’t perform that action at this time.
0 commit comments