Skip to content

Commit

Permalink
update actions versions
Browse files Browse the repository at this point in the history
Signed-off-by: Dani Llewellyn <dani@bowlhat.net>
  • Loading branch information
lucyllewy committed Oct 28, 2022
1 parent 9db4dad commit b2987f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main_twitodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Node.js version
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: npm install, build, and test
run: |
Expand All @@ -42,7 +42,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: node-app

Expand Down

0 comments on commit b2987f0

Please sign in to comment.