From 177a603b15da9feede82911f73f06d2c3653e206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barth=C3=A9lemy=20Laurans?= Date: Fri, 12 Apr 2024 22:09:23 +0200 Subject: [PATCH] Add setup-node --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 854d82e..9a98476 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,10 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: '20.x' + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: yarn - name: Compile