Skip to content

Commit

Permalink
increade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-novi committed May 25, 2024
1 parent e5ee365 commit d991268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: "16.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: "14.x"
node-version: "16.x"

- uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: "16.x"

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

0 comments on commit d991268

Please sign in to comment.