We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad527d commit 10a55f5Copy full SHA for 10a55f5
1 file changed
.github/workflows/create-tag.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node-version: [12.x]
+ node-version: [20.x]
13
steps:
14
- uses: actions/checkout@master
15
with:
0 commit comments