Skip to content

Commit ef95311

Browse files
Merge pull request #516 from Codeinwp/development
Update create-tag.yml
2 parents 12dbf12 + 51d9d8e commit ef95311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-tag.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: "! contains(github.event.head_commit.message, '[skip ci]')"
1111
strategy:
1212
matrix:
13-
node-version: [12.x]
13+
node-version: [14.x]
1414
steps:
1515
- uses: actions/checkout@master
1616
with:
@@ -41,4 +41,4 @@ jobs:
4141
steps:
4242
- name: Meep
4343
run: |
44-
echo "Nothing to do"
44+
echo "Nothing to do"

0 commit comments

Comments
 (0)