From 434c4580e48410c606da2b359ce1e92afdbe2ee6 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Mon, 23 Aug 2021 15:54:45 +0100 Subject: More specific nodejs version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf5916a..33b3b07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: otp-version: "23.2" - uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "16.0.0" - uses: gleam-lang/setup-gleam@v1.0.1 with: gleam-version: "ref:main" -- cgit v1.2.3