Skip to content

Commit

Permalink
Merge pull request #516 from Codeinwp/development
Browse files Browse the repository at this point in the history
Update create-tag.yml
  • Loading branch information
HardeepAsrani authored Oct 11, 2021
2 parents 12dbf12 + 51d9d8e commit ef95311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: "! contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]
steps:
- uses: actions/checkout@master
with:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
steps:
- name: Meep
run: |
echo "Nothing to do"
echo "Nothing to do"

0 comments on commit ef95311

Please sign in to comment.