Skip to content

Commit

Permalink
Add node action
Browse files Browse the repository at this point in the history
  • Loading branch information
mnemitz committed Sep 1, 2023
1 parent 2c6cd28 commit 8cfba86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Install Dependencies
run: npm install

Expand Down

0 comments on commit 8cfba86

Please sign in to comment.