Skip to content

Commit

Permalink
Merge pull request #259 from p3k/p3k-patch-1
Browse files Browse the repository at this point in the history
Update node.js.yml
  • Loading branch information
p3k authored Feb 3, 2024
2 parents fb5a397 + 49e1e28 commit 41d0f8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [20.x]
python-version: [3.10]

steps:
- uses: actions/checkout@v3
- name: Use Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix-python-version }}
cache: 'pip'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 41d0f8f

Please sign in to comment.