Skip to content

Commit

Permalink
added node version to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meddy672 committed Feb 5, 2024
1 parent 51c4ef1 commit ac8714d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ on:
- 'feature**'

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
node-version: 20

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit ac8714d

Please sign in to comment.