Skip to content

Commit

Permalink
Updated workflow to node 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codemis committed Apr 21, 2023
1 parent 5b6b091 commit 025d78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set Up Node
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x
- name: Install Dependencies
run: npm install
- name: Create Environment File
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set Up Node
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x
- name: Install Dependencies
run: npm install
- name: Create Environment File
Expand Down

0 comments on commit 025d78d

Please sign in to comment.