From 8cfe108dcc6938ac35f3f9beaf3434cfde9c7757 Mon Sep 17 00:00:00 2001 From: Jonas Lundberg Date: Mon, 29 Jan 2024 10:11:47 +0100 Subject: [PATCH] Use node 16 in workflow --- .github/workflows/release-djedi-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-djedi-json.yml b/.github/workflows/release-djedi-json.yml index 3b998ef..8e593b0 100644 --- a/.github/workflows/release-djedi-json.yml +++ b/.github/workflows/release-djedi-json.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '16.x' registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci --legacy-peer-deps