Skip to content

Commit 2f253eb

Browse files
committed
change publishing version to 16
1 parent f7256de commit 2f253eb

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@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 12
14+
node-version: 16
1515
- run: npm ci
1616
- run: npm test
1717

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

0 commit comments

Comments
 (0)