diff --git a/.github/workflows/generate-go-app.yml b/.github/workflows/generate-go-app.yml index 2fd9eb2..7088de9 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.2.0 # https://github.com/actions/setup-node + uses: actions/setup-node@v4.3.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 53ce343..0f2da22 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.2.0 # https://github.com/actions/setup-node + uses: actions/setup-node@v4.3.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 e7ab7de..83b8854 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.2.0 # https://github.com/actions/setup-node + uses: actions/setup-node@v4.3.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 9054aee..5fb5fb5 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.2.0 # https://github.com/actions/setup-node + uses: actions/setup-node@v4.3.0 # https://github.com/actions/setup-node with: node-version: 18 cache: 'npm'