Skip to content

Commit

Permalink
add github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed Feb 3, 2024
1 parent 33f3e65 commit 01f2228
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/webpack-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
folder: dist

- name: Run 🏃
run:
using: 'node20'
main: './src/public/index.js'
run: |
node20 './src/public/index.js'

0 comments on commit 01f2228

Please sign in to comment.