Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 497724f

Browse files
authored
Merge pull request #778 from amazingrv/alert-fix-1
Update nodejs.yml
2 parents c4cc3ab + af2821d commit 497724f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Node CI
2+
permissions:
3+
contents: read
4+
pull-requests: write
25

36
on:
47
push:
@@ -21,7 +24,7 @@ jobs:
2124
- name: Use Node.js ${{ matrix.node_version }}
2225
uses: actions/setup-node@v5
2326
with:
24-
node-version: ${{ matrix.node-version }}
27+
node-version: ${{ matrix.node_version }}
2528
check-latest: false
2629
cache: 'npm'
2730
- name: Install dependencies

0 commit comments

Comments
 (0)