Skip to content

Commit

Permalink
drop version support for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Multivit4min committed Oct 7, 2021
1 parent 293bf42 commit 976b644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14]
node-version: [12, 14, 16]
steps:
- uses: actions/checkout@v1
- name: Install TeamSpeak Server via docker
Expand Down

0 comments on commit 976b644

Please sign in to comment.