Skip to content

[C3] chore: update qwik template to use getPlatformProxy #7254

[C3] chore: update qwik template to use getPlatformProxy

[C3] chore: update qwik template to use getPlatformProxy #7254

name: Test old Node.js version
on: pull_request
jobs:
check:
name: "Checks"
timeout-minutes: 30
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}
cancel-in-progress: true
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js v10
uses: actions/setup-node@v3
with:
node-version: 10.24.1
- name: Check for error message
run: node packages/wrangler/src/__tests__/test-old-node-version.js