Skip to content

Commit aa5a4c3

Browse files
committed
Update npm-publish.yml
1 parent a8580c8 commit aa5a4c3

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
@@ -10,7 +10,7 @@ env:
1010
failure: 🔴
1111
cancelled:
1212
skipped:
13-
node_version: 18
13+
node_version: 20
1414
true:
1515
false: 🔴
1616

@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: actions/setup-node@v3
5454
with:
55-
node-version: 18
55+
node-version: 20
5656
registry-url: https://registry.npmjs.org/
5757

5858
- run: npm ci

0 commit comments

Comments
 (0)