Skip to content

Commit

Permalink
Merge pull request #302 from equinor/sefo/ci/add-node-parameters
Browse files Browse the repository at this point in the history
ci: add node parameters
  • Loading branch information
sefornes authored Jan 31, 2025
2 parents 82529b4 + 144460a commit e4888ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org
always-auth: true
token: ${{secrets.NPM_TOKEN}}
- name: npm install, build, and test
run: |
npm ci
Expand Down

0 comments on commit e4888ce

Please sign in to comment.