Skip to content

Commit 91800ae

Browse files
authored
Update nodejs.yml
1 parent 46d2f84 commit 91800ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [14.x, 16.x, 18.x]
12+
node-version: [18.x, 20.x, 22.x]
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v4
1717
with:
1818
python-version: '3.x'
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
pip install virtualenv
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- name: npm install, build, and test

0 commit comments

Comments
 (0)