Skip to content

Commit 4f14036

Browse files
authored
Update npm-publish.yml
1 parent 3b6d21c commit 4f14036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 14
17+
node-version: 20
1818
- run: npm ci
1919
- run: npm run build
2020
- run: npm test
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-node@v2
2828
with:
29-
node-version: 14
29+
node-version: 20
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
3232
- run: npm run build

0 commit comments

Comments
 (0)