Skip to content

Commit

Permalink
Update discord_release_hook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock authored Apr 14, 2023
1 parent b6757ad commit 02f085c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/discord_release_hook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v2.4.1
with:
node-version: 19.8.1
node-version: 14.18.1
check-latest: true

- name: Execute Discord webhook script
Expand Down

0 comments on commit 02f085c

Please sign in to comment.