Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Mar 15, 2024
1 parent 2e9bc89 commit 905a0ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,22 @@ on:
jobs:

Compile:
strategy:
matrix:
node-version: ['20.x']

# needs: Test
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Dependences
run: npm i
- name: Prepublish
Expand Down

0 comments on commit 905a0ec

Please sign in to comment.