Skip to content

Commit ef0c852

Browse files
Merge pull request #743 from FDMediagroep/node-24-part-2
NodeJS 24
2 parents eed797e + d89d394 commit ef0c852

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ jobs:
3838
- name: Use Node.js (NPMJS) ${{ matrix.node-version }}
3939
uses: actions/setup-node@v4
4040
with:
41+
node-version: ${{ matrix.node-version }}
4142
always-auth: true
4243
registry-url: https://registry.npmjs.org/
44+
env:
45+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
4346
- name: Update npm
4447
run: npm install -g npm@latest
4548
- name: Install dependencies

0 commit comments

Comments
 (0)