Skip to content

Commit

Permalink
fix: bump back down to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Oct 14, 2022
1 parent b888c50 commit 36d4529
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #v.3.5.1
with:
node-version: 16.x
node-version: 14.x
cache: yarn
- name: Run dependabolt
if: ${{ github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'dependabot/npm_and_yarn') && !contains(github.event.pull_request.head.ref, 'npm_and_yarn/packages') }}
Expand All @@ -37,10 +37,10 @@ jobs:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #v3.1.0
- name: Use Node.js 16.x
- name: Use Node.js 14.x
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #v.3.5.1
with:
node-version: 16.x
node-version: 14.x
cache: yarn
- name: Install latest NPM on Windows
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -100,10 +100,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 16.x
- name: Use Node.js 14.x
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #v.3.5.1
with:
node-version: 16.x
node-version: 14.x
cache: yarn
- name: Install bolt
shell: bash
Expand Down

0 comments on commit 36d4529

Please sign in to comment.