From c3231e2bc34a9eab2b67d9d6da9d8eb4a9d33cca Mon Sep 17 00:00:00 2001 From: Kees Kluskens Date: Fri, 16 Feb 2024 13:43:42 +0100 Subject: [PATCH] Revert "try github actions build with v20" This reverts commit e7fcf1961c64e121ecd7ddd198e9504ff37885df. --- .github/workflows/ci.yml | 6 +++--- .nvmrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3929fae..e0787964 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,14 +22,14 @@ jobs: name: ${{ matrix.os }} (${{matrix.arch}}) steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v2 with: # Set registry to NPM instead of github packages for publication registry-url: 'https://registry.npmjs.org' - node-version: 20 + node-version: 14 - name: Setup Linux Dependencies if: startsWith(matrix.os, 'ubuntu') diff --git a/.nvmrc b/.nvmrc index 209e3ef4..8351c193 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +14