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

Commit f8734f3

Browse files
authored
Run GitHub workflow with read permission. (#607)
1 parent 601be9d commit f8734f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Continuous Integration
2+
permissions: read-all
23

34
on: [push, pull_request]
45

@@ -9,7 +10,7 @@ jobs:
910
- uses: actions/checkout@v2
1011
- uses: actions/setup-node@v2
1112
with:
12-
node-version: "14"
13+
node-version: "20"
1314
- run: npm install
1415
- run: grunt check
1516
working-directory: ./scripts
@@ -32,7 +33,7 @@ jobs:
3233
- uses: actions/checkout@v2
3334
- uses: actions/setup-node@v2
3435
with:
35-
node-version: "14"
36+
node-version: "20"
3637
- run: npm install
3738
- name: Run test cases
3839
env:

0 commit comments

Comments
 (0)