GitHubActions: Update node version in github action (#29683)
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
ref: main
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '14'
|
||||
- name: Install Actions
|
||||
run: npm install --production --prefix ./actions
|
||||
- name: Run bump version
|
||||
|
||||
Reference in New Issue
Block a user