aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-04-18 18:35:10 +0200
committerGitHub <noreply@github.com>2020-04-18 18:35:10 +0200
commit0dc565de5fbc94dfe1745a44c879ee6a9f801049 (patch)
tree45fc27219cf30dbee6169788d997ec55146c6baa /.github
parent8911a595df1d37ac02e53e97c0b523ceeb3e543e (diff)
node v10 is a waste of time
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nodejs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 1f99dc1..a1b0f1b 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
- node-version: [10.x, 12.x]
+ node-version: [12.x]
steps:
- uses: actions/checkout@v1