Skip to content

Commit

Permalink
chore(CI): adds node-version to github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bragamat committed Dec 20, 2023
1 parent ca75d01 commit 5acbef2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set node.js version @18
uses: actions/setup-node@v2
with:
node-version: '18'

- name: Install dependencies
run: make deps

Expand Down

0 comments on commit 5acbef2

Please sign in to comment.