Skip to content

Commit

Permalink
ci: main branch release
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyiegorov committed Jan 5, 2025
1 parent b8a4245 commit 6772a30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- main

permissions:
contents: read
contents: write
pull-requests: write

jobs:
Expand All @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
ref: main

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
ref: main

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand Down

0 comments on commit 6772a30

Please sign in to comment.