GitHubActions: Update node version in github action (#29683)

This commit is contained in:
Torkel Ödegaard
2020-12-08 17:09:22 +01:00
committed by GitHub
parent 609d61dece
commit 0e0ab8c9ef

View File

@@ -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