Skip to content

Commit

Permalink
Update node.js.yml (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Mar 27, 2024
2 parents 1eda296 + aaa5791 commit a399825
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 a399825

Please sign in to comment.