Skip to content

Commit

Permalink
Update README to show Node 16-compatible scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka authored Aug 17, 2023
1 parent d5d91b5 commit b8becd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Upload file to biglocalnews.org
uses: biglocalnews/upload-files@v2
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Upload folder to biglocalnews.org
uses: biglocalnews/upload-files@v2
Expand Down

0 comments on commit b8becd3

Please sign in to comment.