diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59c3e36..5840ecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: VERSION=`cat .nvmrc` echo ::set-output name=value::$VERSION - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ steps.node_version.outputs.value }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 92c9ebd..da0c190 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: VERSION=`cat .nvmrc` echo ::set-output name=value::$VERSION - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ steps.node_version.outputs.value }}