هذا الالتزام موجود في:
Chris Ayers
2022-04-06 10:53:14 -07:00
الأصل bbefa40cba
التزام 69e61c1106

عرض الملف

@@ -11,8 +11,7 @@ on:
defaults:
run:
shell: bash
working-directory: '$GITHUB_WORKSPACE/node-example'
working-directory: node-example
jobs:
build-node:
@@ -20,11 +19,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x]
#, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- run: ls -la
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with: