From ca448c598c1f8a4309146a26099010bcb0538403 Mon Sep 17 00:00:00 2001 From: Sung-Shik Jongmans Date: Wed, 10 Jul 2024 11:30:36 +0200 Subject: [PATCH] Add node version+caching to CI workflow --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8a073a5..6f5aa83 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,6 +24,8 @@ jobs: distribution: 'temurin' cache: 'maven' - uses: actions/setup-node@v4 + node-version: '20' + cache: 'npm' - name: install-tokenizer working-directory: rascal-textmate-core run: npm install vscode-tmgrammar-test