Skip to content

Commit

Permalink
try 1 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Garbuzov committed Mar 5, 2024
1 parent 1d96873 commit 7f62799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: '15'
- name: Gatsby Publish
Expand Down

0 comments on commit 7f62799

Please sign in to comment.