We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d2f84 commit 91800aeCopy full SHA for 91800ae
.github/workflows/nodejs.yml
@@ -9,10 +9,10 @@ jobs:
9
10
strategy:
11
matrix:
12
- node-version: [14.x, 16.x, 18.x]
+ node-version: [18.x, 20.x, 22.x]
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- uses: actions/setup-python@v4
17
with:
18
python-version: '3.x'
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
pip install virtualenv
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
25
26
node-version: ${{ matrix.node-version }}
27
- name: npm install, build, and test
0 commit comments