Skip to content

Commit 72a46ac

Browse files
committed
Feat: upgrade runtime in publish pipeline to use node 20
1 parent 505a7c6 commit 72a46ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 18
18+
node-version: 20
1919
- run: npm ci
2020
- run: npm test
2121

@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v5
3030
- uses: actions/setup-node@v6
3131
with:
32-
node-version: 16
32+
node-version: 20
3333
registry-url: https://npm.pkg.github.com/
3434
scope: 'modularity-bulgaria'
3535
- run: npm ci

0 commit comments

Comments
 (0)