Skip to content

Commit

Permalink
Merge pull request #512 from sebbo2002/template-updater/update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 authored Aug 23, 2023
2 parents a26e52b + 513dfea commit 48b8f8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/is-semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
if: ${{ startsWith(github.head_ref, 'depfu/batch_dev/') != true }}
steps:
- name: 🤖 is-semantic-release
uses: sebbo2002/action-is-semantic-pr@v1.0.2
uses: sebbo2002/action-is-semantic-pr@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main')
strategy:
matrix:
node: [14.x, 16.x, 18.x]
node: [16.x, 18.x, 20.x]
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
Expand Down Expand Up @@ -80,7 +80,8 @@ jobs:
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.x
cache: 'npm'
- name: 📦 Install dependencies
run: npm ci
- name: 📂 Create docs folder
Expand Down

0 comments on commit 48b8f8b

Please sign in to comment.