Skip to content

Commit

Permalink
chore(Github actions): bump node to 12 on github actions too
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Guidoin committed May 19, 2021
1 parent 1185d7c commit 7474e52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
- uses: actions/checkout@v2.3.4
- name: Use Node.js 10.x
- name: Use Node.js 12.x
uses: actions/setup-node@v2.1.5
with:
node-version: 10.x
node-version: 12.x
- name: Determine Yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down Expand Up @@ -93,10 +93,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends snapcraft flatpak-builder elfutils
ci/install_runtimes.sh
- name: Use Node.js 10.x
- name: Use Node.js 12.x
uses: actions/setup-node@v2.1.5
with:
node-version: 10.x
node-version: 12.x
- name: Determine Yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 7474e52

Please sign in to comment.