Skip to content

Commit 7ace546

Browse files
feat: bump github action node lts
Signed-off-by: David Dal Busco <[email protected]>
1 parent e9450fc commit 7ace546

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414

1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: "18"
17+
node-version: '20.x'
18+
registry-url: 'https://registry.npmjs.org'
1819

1920
- name: Install Dependencies
2021
run: npm ci

docs/miscellaneous/github_actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353

5454
- uses: actions/setup-node@v3
5555
with:
56-
node-version: "18"
56+
node-version: '20.x'
57+
registry-url: 'https://registry.npmjs.org'
5758

5859
- name: Install Dependencies
5960
run: npm ci

0 commit comments

Comments
 (0)