Skip to content

Commit

Permalink
ci(node.js): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 18, 2024
1 parent 40f3646 commit 75657d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
build:

permissions:
contents: read

runs-on: ${{ matrix.os }}

strategy:
Expand All @@ -20,6 +23,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 75657d4

Please sign in to comment.