Skip to content

Commit 2bebc2e

Browse files
committed
Changed node-version to latest in release-package
1 parent 09b93c2 commit 2bebc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 20
14+
node-version: latest
1515
- run: npm ci
1616
- run: npm test
1717

@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: 16
28+
node-version: latest
2929
registry-url: https://npm.pkg.github.com/
3030
- run: npm ci
3131
- run: npm publish

0 commit comments

Comments
 (0)