Skip to content

Commit

Permalink
ci: Set up node environment & cache
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 13, 2024
1 parent 439bf41 commit cbb86b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm i
- name: Set up node & dependencies
with:
node-version: 18
cache: "npm"
- name: Run the TypeScript build
run: npx tsc
- name: Create server-package.json
Expand Down

0 comments on commit cbb86b3

Please sign in to comment.