Skip to content

Commit 68127ee

Browse files
authored
Update npmpublish.yml
1 parent 9eac5e0 commit 68127ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npmpublish.yml

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

@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v1
2323
- uses: actions/setup-node@v1
2424
with:
25-
node-version: 12
25+
node-version: 20
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
2828
- run: npm publish
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v1
3737
- uses: actions/setup-node@v1
3838
with:
39-
node-version: 12
39+
node-version: 20
4040
registry-url: https://npm.pkg.github.com/
4141
scope: '@mubaidr'
4242
- run: npm ci

0 commit comments

Comments
 (0)