diff --git a/.github/workflows/publish-radfish.yml b/.github/workflows/publish-radfish.yml index bf76a800..980a8614 100644 --- a/.github/workflows/publish-radfish.yml +++ b/.github/workflows/publish-radfish.yml @@ -52,7 +52,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: "20" registry-url: 'https://registry.npmjs.org' - name: Install dependencies diff --git a/.github/workflows/publish-react-radfish.yml b/.github/workflows/publish-react-radfish.yml index b27111a0..26d83eaa 100644 --- a/.github/workflows/publish-react-radfish.yml +++ b/.github/workflows/publish-react-radfish.yml @@ -52,7 +52,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: "20" registry-url: 'https://registry.npmjs.org' - name: Install dependencies diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9ad7bcdd..ab152ce1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "20" - name: Install workspace dependencies run: npm install @@ -35,7 +35,7 @@ jobs: working-directory: . - name: Install dependencies - run: npm install --legacy-peer-deps + run: npm install working-directory: templates/react-javascript - name: Build project