Skip to content

Commit 97671a7

Browse files
committed
added more versions of Node.js to the workflow
1 parent 2f85855 commit 97671a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nexss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows-latest, windows-2019, ubuntu-latest, macos-latest, macos-12]
15-
node-version: [14.x, 16.x]
15+
node-version: ['14.x', '16.x', '18.x', '20.x', '22.x', '23.x']
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
20-
fetch-depth: 0
20+
fetch-depth: 1
2121

2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)