Skip to content

Commit

Permalink
👷 Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Sep 11, 2022
1 parent 27f8fd2 commit 04200b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# See https://nodejs.org/en/about/releases/
node-version: [ 16.x, 18.x ]
node-version: [ 16.x ] # See https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 04200b1

Please sign in to comment.