Skip to content

Commit dd36582

Browse files
Update actions/setup-node action to v6
1 parent ba6ce74 commit dd36582

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy-PROD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
##############################################################
4242
# Publish updated version of markdown-table-formatter on NPM #
4343
##############################################################
44-
- uses: actions/setup-node@v4.1.0
44+
- uses: actions/setup-node@v6.1.0
4545
with:
4646
node-version: "18.x"
4747
registry-url: "https://registry.npmjs.org"

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
##############################################################
3737
# Publish updated version of markdown-table-formatter on NPM #
3838
##############################################################
39-
- uses: actions/setup-node@v4.1.0
39+
- uses: actions/setup-node@v6.1.0
4040
with:
4141
node-version: "18.x"
4242
registry-url: "https://registry.npmjs.org"

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Checkout Code
1313
uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4.1.0
14+
- uses: actions/setup-node@v6.1.0
1515
with:
1616
node-version: "18.x"
1717
registry-url: "https://registry.npmjs.org"
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Checkout Code
3232
uses: actions/checkout@v4
33-
- uses: actions/setup-node@v4.1.0
33+
- uses: actions/setup-node@v6.1.0
3434
with:
3535
node-version: "18.x"
3636
registry-url: "https://registry.npmjs.org"
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- name: Checkout Code
4747
uses: actions/checkout@v4
48-
- uses: actions/setup-node@v4.1.0
48+
- uses: actions/setup-node@v6.1.0
4949
with:
5050
node-version: "18.x"
5151
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)