Skip to content

Commit

Permalink
Update development.yml (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie authored May 27, 2023
1 parent 805a730 commit b65a146
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,19 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "📦 run build"
run: npm run build
- name: "☁️ checkout repository"
uses: actions/checkout@v2

- name: "🔧 setup node"
uses: actions/[email protected]
with:
node-version: 18

- name: "🔧 install npm@latest"
run: npm i -g npm@latest

- name: "📦 install dependencies"
uses: bahmutov/npm-install@v1

- name: "📦 run build"
run: npm run build

0 comments on commit b65a146

Please sign in to comment.