Skip to content

Commit

Permalink
decrease node version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-novi committed May 25, 2024
1 parent d991268 commit 0a6a7b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup nodejs
uses: actions/setup-node@v3
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "14.x"

- name: Create version tag
env:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "14.x"

- uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -165,9 +165,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup nodejs
uses: actions/setup-node@v3
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "14.x"

- name: Setup key
uses: webfactory/[email protected]
Expand Down

0 comments on commit 0a6a7b9

Please sign in to comment.