Skip to content

Commit

Permalink
Update nodejs.yml CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed May 18, 2023
1 parent 23a3d1f commit 241132e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Expand Up @@ -9,19 +9,19 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '2.x'
python-version: '3.x'
architecture: 'x64'
- name: Install virtualenv
run: |
pip install virtualenv
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
Expand Down

0 comments on commit 241132e

Please sign in to comment.