1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Upgrade actions/setup-node to v3.8.2 (#44919)

This commit is contained in:
Peter Bengtsson
2023-10-23 11:59:46 -04:00
committed by GitHub
parent 6edca8433c
commit fefb871276
8 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ runs:
key: ${{ runner.os }}-node_modules-${{ hashFiles('package*.json') }}-${{ hashFiles('.github/actions/node-npm-setup/action.yml') }} key: ${{ runner.os }}-node_modules-${{ hashFiles('package*.json') }}-${{ hashFiles('.github/actions/node-npm-setup/action.yml') }}
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with: with:
node-version-file: 'package.json' node-version-file: 'package.json'
cache: npm cache: npm

View File

@@ -56,7 +56,7 @@ jobs:
persist-credentials: 'false' persist-credentials: 'false'
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with: with:
node-version-file: 'package.json' node-version-file: 'package.json'
cache: npm cache: npm

View File

@@ -74,7 +74,7 @@ jobs:
echo "DOCKER_IMAGE=${{ secrets.NONPROD_REGISTRY_SERVER }}/${{ env.IMAGE_REPO }}:${{ env.COMMIT_REF }}-${{ github.run_number }}-${{ github.run_attempt }}" >> $GITHUB_ENV echo "DOCKER_IMAGE=${{ secrets.NONPROD_REGISTRY_SERVER }}/${{ env.IMAGE_REPO }}:${{ env.COMMIT_REF }}-${{ github.run_number }}-${{ github.run_attempt }}" >> $GITHUB_ENV
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with: with:
node-version-file: 'package.json' node-version-file: 'package.json'
cache: npm cache: npm

View File

@@ -65,7 +65,7 @@ jobs:
run: src/workflows/get-preview-app-info.sh run: src/workflows/get-preview-app-info.sh
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with: with:
node-version-file: 'package.json' node-version-file: 'package.json'
cache: npm cache: npm

View File

@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with: with:
node-version-file: 'package.json' node-version-file: 'package.json'
cache: npm cache: npm

View File

@@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with: with:
node-version-file: 'package.json' node-version-file: 'package.json'
cache: npm cache: npm

View File

@@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with: with:
node-version-file: 'package.json' node-version-file: 'package.json'
cache: npm cache: npm

View File

@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with: with:
node-version-file: 'package.json' node-version-file: 'package.json'
cache: npm cache: npm