Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MajorTom327/lofi-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorTom327 committed Jan 18, 2024
2 parents 25dbf62 + 08b956d commit 2e388fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remix.init/workflows/build.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: styfle/cancel-workflow-action@0.12.0
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://npm.pkg.github.com"
Expand All @@ -48,7 +48,7 @@ jobs:
uses: styfle/cancel-workflow-action@0.12.0
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
registry-url: "https://npm.pkg.github.com"
Expand Down

0 comments on commit 2e388fc

Please sign in to comment.