Skip to content

Commit e489b4a

Browse files
committed
fix(dev): update action's node version
1 parent f95af98 commit e489b4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [12.x]
12+
node-version: [20.x]
1313
steps:
1414
- uses: actions/checkout@master
1515
with:

0 commit comments

Comments
 (0)