Skip to content

Commit

Permalink
Merge pull request #6 from spyder007/feature/pipeline-updates
Browse files Browse the repository at this point in the history
Changed checkout/setup-node to v4
  • Loading branch information
spyder007 authored Oct 27, 2023
2 parents 780d8af + ab01f35 commit 66f70f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:

steps:
- name: Checkout MagicMirror repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MichMich/MagicMirror
path: MagicMirror

- name: Checkout Module repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: MagicMirror/modules/MMM-StatusPageIo

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 66f70f2

Please sign in to comment.