Skip to content

Commit 6ee9919

Browse files
authored
Updatenode versions in npm-test.yaml
1 parent 4bb86ce commit 6ee9919

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
node_version: ['10', '12', '14']
18+
node_version: ['18', '20', '21']
1919
os: [ubuntu-latest, macOS-latest]
2020
steps:
21-
- uses: actions/checkout@v2
22-
- uses: actions/setup-node@v1
21+
- uses: actions/checkout@v4
22+
- uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node_version }}
2525
- run: npm i

0 commit comments

Comments
 (0)