Skip to content

Commit

Permalink
Ayo2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 19, 2023
1 parent acd476a commit 45b287c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/tooling/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: "Sets up Node.js and runs install"
runs:
using: composite
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
exe_name: overlayed.exe
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup and install
uses: ./github/tooling/setup
- name: install dependencies (ubuntu only)
Expand Down

0 comments on commit 45b287c

Please sign in to comment.