Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/ts-node-10.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Mar 27, 2024
2 parents 97c91ba + a399825 commit 4a4a0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install TSC
run: npm install -g typescript
- name: copy-config
run: cp src/main/json/config.example.json src/main/json/config.json
run: cp config.example.json config.json
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4a4a0e0

Please sign in to comment.