diff --git a/.github/workflows/generate-go-app.yml b/.github/workflows/generate-go-app.yml index d53bb21..25dd22a 100644 --- a/.github/workflows/generate-go-app.yml +++ b/.github/workflows/generate-go-app.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Setup NodeJS - uses: actions/setup-node@v4.0.4 # https://github.com/actions/setup-node + uses: actions/setup-node@v4.1.0 # https://github.com/actions/setup-node with: node-version: 18 cache: 'npm' diff --git a/.github/workflows/generate-js-app.yml b/.github/workflows/generate-js-app.yml index 09ba90c..0cc1675 100644 --- a/.github/workflows/generate-js-app.yml +++ b/.github/workflows/generate-js-app.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Setup NodeJS - uses: actions/setup-node@v4.0.4 # https://github.com/actions/setup-node + uses: actions/setup-node@v4.1.0 # https://github.com/actions/setup-node with: node-version: 18 cache: 'npm' diff --git a/.github/workflows/generate-python-app.yml b/.github/workflows/generate-python-app.yml index 0b1fd6c..2bb0fcb 100644 --- a/.github/workflows/generate-python-app.yml +++ b/.github/workflows/generate-python-app.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Setup NodeJS - uses: actions/setup-node@v4.0.4 # https://github.com/actions/setup-node + uses: actions/setup-node@v4.1.0 # https://github.com/actions/setup-node with: node-version: 18 cache: 'npm' diff --git a/.github/workflows/generate-ts-app.yml b/.github/workflows/generate-ts-app.yml index 6f9aeb7..cddd6c4 100644 --- a/.github/workflows/generate-ts-app.yml +++ b/.github/workflows/generate-ts-app.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Setup NodeJS - uses: actions/setup-node@v4.0.4 # https://github.com/actions/setup-node + uses: actions/setup-node@v4.1.0 # https://github.com/actions/setup-node with: node-version: 18 cache: 'npm'