Skip to content

Commit

Permalink
Updating deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
andwin committed Feb 5, 2024
1 parent f6c8826 commit 0892551
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ on:
branches:
- main

# Allow one concurrent deployment
concurrency:
group: 'deploy'
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: Install and test
run: |
Expand Down

0 comments on commit 0892551

Please sign in to comment.