Skip to content

Commit

Permalink
use 20 node
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-StepSecurity committed Oct 14, 2024
1 parent f6ea363 commit 5014a06
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
node-version: ${{ matrix.node }}

# Optionally, use the latest npm version if appropriate
- name: Setup [email protected]
run: npm i -g [email protected] # Ensure you need this specific npm version
- name: Setup latest npm version
run: npm install -g npm@latest # Ensure you need this specific npm version

- name: Install project dependencies
run: npm instal

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 5014a06

Please sign in to comment.