Skip to content

Commit

Permalink
Update master_ck-board.yml
Browse files Browse the repository at this point in the history
Updated additional actions to use node 20
  • Loading branch information
JoelWiebe authored May 15, 2024
1 parent 0d444fe commit c8fdf8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master_ck-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up Node.js version
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: "20.x"

Expand All @@ -44,7 +44,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 c8fdf8c

Please sign in to comment.