Skip to content

Commit c757cb9

Browse files
Merge pull request #18 from github/copilot/fix-code-for-review-comment
Update publish workflow to use Node 20
2 parents 4653aa5 + f9cb9e8 commit c757cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 14
17+
node-version: 20
1818
registry-url: https://registry.npmjs.org/
1919
cache: npm
2020
- run: npm ci

0 commit comments

Comments
 (0)