Skip to content

Commit

Permalink
Merge branch 'master' of github.com:steve-lebleu/typeplate
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Feb 9, 2024
2 parents 631f430 + 32b3376 commit c82f82d
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 228 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node.js environment
uses: actions/setup-node@v4
with:
node-version: '18.19.0'
node-version: '20.9.0'
- name: Create directories
run: mkdir -p ./dist/env && cp ./src/env/template.env ./dist/env/test.env
- name: Setup .env file
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup node.js environment
uses: actions/setup-node@v4
with:
node-version: '18.19.0'
node-version: '20.9.0'
- name: Setup MySQL server
uses: mirromutth/mysql-action@v1.1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node.js environment
uses: actions/setup-node@v4
with:
node-version: '18.19.0'
node-version: '20.9.0'
- name: Create directories
run: mkdir -p ./dist/env && cp ./src/env/template.env ./dist/env/test.env
- name: Setup .env file
Expand Down Expand Up @@ -99,8 +99,8 @@ jobs:
- name: Setup node.js environment
uses: actions/setup-node@v4
with:
node-version: '16.19.0'
node-version: '20.9.0'
- name: Create release
uses: konfer-be/action-create-release-from-tag@v1.0.2
uses: konfer-be/action-create-release-from-tag@v1.0.12
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c82f82d

Please sign in to comment.