Skip to content

Commit

Permalink
Merge pull request #219 from Azure-Samples/dmceachernmsft/fix-release
Browse files Browse the repository at this point in the history
update release workflow
  • Loading branch information
dmceachernmsft authored Mar 4, 2024
2 parents f560fef + 8d0d33e commit cbd1ad6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ on:
jobs:
release:
name: Release
permissions:
contents: write

runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v1

- name: Setup Node 16
- name: Setup Node 20
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'

- name: Build
shell: bash
Expand Down

0 comments on commit cbd1ad6

Please sign in to comment.