Skip to content

Commit

Permalink
Update actions/setup-node action to v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2023
1 parent 646a124 commit 35086d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-PROD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
##############################################################
# Publish updated version of markdown-table-formatter on NPM #
##############################################################
- uses: actions/setup-node@v2.1.3
- uses: actions/setup-node@v2.5.2
with:
node-version: "12.x"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
##############################################################
# Publish updated version of markdown-table-formatter on NPM #
##############################################################
- uses: actions/setup-node@v2.1.3
- uses: actions/setup-node@v2.5.2
with:
node-version: "12.x"
registry-url: "https://registry.npmjs.org"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: actions/setup-node@v2.1.3
- uses: actions/setup-node@v2.5.2
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: actions/setup-node@v2.1.3
- uses: actions/setup-node@v2.5.2
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: actions/setup-node@v2.1.3
- uses: actions/setup-node@v2.5.2
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit 35086d3

Please sign in to comment.