Skip to content

Commit a895e0d

Browse files
authored
Merge pull request #49 from devashish2024/main
fix permissions of action
2 parents 1eb2035 + afce580 commit a895e0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/types.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ jobs:
1212
lint-and-format:
1313
runs-on: ubuntu-latest
1414

15+
permissions:
16+
contents: write
17+
1518
steps:
1619
- name: Checkout code
1720
uses: actions/checkout@v3
1821

1922
- name: Set up Node.js
2023
uses: actions/setup-node@v3
2124
with:
22-
node-version: '21'
25+
node-version: '20'
2326

2427
- name: Install dependencies
2528
run: npm install

0 commit comments

Comments
 (0)