Skip to content

Commit

Permalink
Merge pull request #4773 from nextcloud/ci/node-dist-workflow-test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl authored Sep 6, 2023
2 parents 162af60 + 7843329 commit baf744c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-node-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
branches:
# implemented since 28, once branched off, add your stable branch here
- main
# - ci/node-dist-workflow
# - stable28

concurrency:
Expand All @@ -16,10 +15,13 @@ concurrency:
jobs:
update-node-dist:
runs-on: ubuntu-latest
environment: update-node-dist

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.1
Expand Down

0 comments on commit baf744c

Please sign in to comment.