This commit is contained in:
parent
6667decba6
commit
b76b953fc2
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Python application
|
||||
name: node-js
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -17,15 +17,11 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ '3.10' ]
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
env:
|
||||
CI: true
|
||||
AGENT_TOOLSDIRECTORY: /opt/gitea-runner/_work/_tool
|
||||
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user