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