Skip to content

Commit

Permalink
remove support for node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Multivit4min committed Jul 5, 2023
1 parent 2e7d5a0 commit 09ca9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [14, 16, 18]
steps:
- uses: actions/checkout@v1
- name: Install TeamSpeak Server via docker
Expand Down

0 comments on commit 09ca9d4

Please sign in to comment.