Skip to content

Commit

Permalink
Merge pull request #138 from Fdawgs/patch-1
Browse files Browse the repository at this point in the history
ci(node.js): update workflow
  • Loading branch information
75lb authored Nov 18, 2024
2 parents 40f3646 + 75657d4 commit fdb7af8
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 fdb7af8

Please sign in to comment.