Skip to content

Commit

Permalink
fix: install lua
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTurnock authored Jan 9, 2024
1 parent f58cf4e commit 2e07879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: leafo/gh-actions-lua@v10.0.0
with:
luaVersion: 5.1
- run: npm ci
- run: npm test
- run: npm publish
Expand Down

0 comments on commit 2e07879

Please sign in to comment.