diff --git a/.github/workflows/template-buildsample.yml b/.github/workflows/template-buildsample.yml index 76f253d89..3be1c2909 100644 --- a/.github/workflows/template-buildsample.yml +++ b/.github/workflows/template-buildsample.yml @@ -54,6 +54,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '22.14.0' + - name: Gather environment info run: npx envinfo diff --git a/.github/workflows/template-upgradesample.yml b/.github/workflows/template-upgradesample.yml index 5447a6d65..dbac0fe8f 100644 --- a/.github/workflows/template-upgradesample.yml +++ b/.github/workflows/template-upgradesample.yml @@ -65,6 +65,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '22.14.0' + - name: Gather environment info run: npx envinfo