From 9fcc9a8d716254565d06082bc6e861b259c132fd Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 18 Nov 2021 17:13:03 +0100 Subject: [PATCH] cd: set node to 16 to not mess up package-lock --- .github/workflows/cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9627f662..aa7a220e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,6 +34,10 @@ jobs: uses: 'actions/checkout@v2' with: repository: '${{ github.repository }}' + - name: '[setup node]' + uses: 'actions/setup-node@v2' + with: + node-version: '16' - name: '[lint]' run: | echo TBA some linting