Skip to content

Commit

Permalink
Update versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblock committed Aug 8, 2021
1 parent 10c2396 commit bf4d623
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10, 11, 12, 13, 14, 15, 16] # There are problems on various architectures on lower versions that are more work to fix. Please open an issue if you need more version support
node: [12, 14, 15, 16] # There are problems on various architectures on lower versions that are more work to fix. Please open an issue if you need more version support

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10, 11, 12, 13, 14, 15, 16] # There are problems on various architectures on lower versions that are more work to fix. Please open an issue if you need more version support
node: [12, 14, 15, 16] # There are problems on various architectures on lower versions that are more work to fix. Please open an issue if you need more version support

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10, 12, 13, 14, 15, 16]
node: [12, 14, 15, 16]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit bf4d623

Please sign in to comment.