This commit is contained in:
tumble 2022-05-12 13:51:01 +01:00
parent 21d6f3315c
commit 30539b3ff0
No known key found for this signature in database
GPG Key ID: 651CA998E1105BFA
1 changed files with 2 additions and 7 deletions

View File

@ -14,18 +14,13 @@ jobs:
runs-on: ubuntu-latest
env:
artifact-name: tumble-yellow-dark.vsix
strategy:
matrix:
node-version: [17.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ env.node-version }}
cache: "npm"
- name: Install Dependencies
run: |