Skip to content

Commit

Permalink
perform build on latest node minor and patch (#80)
Browse files Browse the repository at this point in the history
also included current local build versions
  • Loading branch information
dtobe committed Aug 6, 2021
1 parent 3195b3f commit be9aaa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:

strategy:
matrix:
node_version: [10, 12, 14]
node_version: [10.x, 12.x, 14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
os: [ubuntu-latest, macos-latest]
include:
- os: ubuntu-18.04
node_version: 12.14.1
node_version: 12.22.4

name: Node.js ${{ matrix.node_version }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit be9aaa4

Please sign in to comment.