From daad2a7f1274feb47a5686d064b3822d48ca309f Mon Sep 17 00:00:00 2001 From: Dmitry Shirokov Date: Tue, 19 Oct 2021 20:29:28 +1100 Subject: [PATCH 1/2] Licence update --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index cd60271..04ae22a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2020 Dmitry Shirokov +Copyright (C) 2021 Dmitry Shirokov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 5a3e14daa3784277688120871b6ce93976849f1e Mon Sep 17 00:00:00 2001 From: Dmitry Shirokov Date: Tue, 19 Oct 2021 20:31:38 +1100 Subject: [PATCH 2/2] revert platform change - no node 16 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f10024f..8d91862 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16x] + node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v2