Skip to content

Commit

Permalink
never node version for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDev201 committed Jul 22, 2024
1 parent bc37e7d commit ebb2fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '14.x'
node-version: '18.x'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '14.x'
node-version: '18.x'

- name: Setup Go environment
uses: actions/setup-go@v2
Expand Down

0 comments on commit ebb2fea

Please sign in to comment.