From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:51:50 +0000 (+0200) Subject: Bump actions/setup-node from 5 to 6 in the github-actions group (#929) X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=c3802d4d30915e79f7dbf8ede90a4bb3c6c3ff50;p=fairystockfish.git Bump actions/setup-node from 5 to 6 in the github-actions group (#929) --- diff --git a/.github/workflows/ffishjs.yml b/.github/workflows/ffishjs.yml index ed5a743..a3f1c69 100644 --- a/.github/workflows/ffishjs.yml +++ b/.github/workflows/ffishjs.yml @@ -31,7 +31,7 @@ jobs: version: ${{env.EM_VERSION}} actions-cache-folder: ${{env.EM_CACHE_FOLDER}} - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} - name: Build ffishjs @@ -65,7 +65,7 @@ jobs: version: ${{env.EM_VERSION}} actions-cache-folder: ${{env.EM_CACHE_FOLDER}} - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} - name: Build ffish.js ES6/ES2015 module