Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes authored Dec 17, 2024
1 parent a5b6372 commit 1693083
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3.4.1
- uses: actions/setup-node@v4.1.0
with:
node-version: 20.11.0
- name: install npm version
run: npm install -g npm
node-version: 20.17.0
- name: Get Version
run: npm -v
- name: Install modules
Expand Down

0 comments on commit 1693083

Please sign in to comment.