Skip to content

Commit

Permalink
upgrading-node-v
Browse files Browse the repository at this point in the history
  • Loading branch information
Doc999tor committed Sep 30, 2022
1 parent 211d57e commit 57afe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '6', '8', '10', '12', '14' ] # Major releases as described in https://nodejs.org/en/download/releases/
node: [ '14' ] # Major releases as described in https://nodejs.org/en/download/releases/
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 57afe2c

Please sign in to comment.