From fd69109d7e24fafe882afe6dedab7f5f4577baad Mon Sep 17 00:00:00 2001 From: MarcoTz Date: Mon, 22 Apr 2024 15:28:39 +0200 Subject: [PATCH] added node version --- .github/workflows/static.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 64c247f..c3c8c59 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Node uses: actions/setup-node@v1 + with: node-version: ">=16.0.0" - name: Install Pursescript and Spago run: npm install purescript npm install spago