Skip to content

Commit 21fa3cd

Browse files
feat: upgrade setup node version
1 parent 740a31f commit 21fa3cd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/base_build_push_ecr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
repository: QueroDelivery/ci
5252
path: setup/
5353
persist-credentials: false
54-
- uses: actions/setup-node@v2
54+
- uses: actions/setup-node@v3
5555
with:
5656
node-version: ${{ inputs.WF_NODE_VERSION }}
5757
cache: 'yarn'

.github/workflows/base_node_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
persist-credentials: false
4141

42-
- uses: actions/setup-node@v2
42+
- uses: actions/setup-node@v3
4343
with:
4444
node-version: ${{ inputs.WF_NODE_VERSION }}
4545
cache: 'yarn'

.github/workflows/ci_local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1717
- uses: actions/checkout@v3
18-
- uses: actions/setup-node@v2
18+
- uses: actions/setup-node@v3
1919
with:
2020
node-version: ${{ secrets.NODE_VERSION }}
2121
cache: 'yarn'

0 commit comments

Comments
 (0)