Skip to content

Commit

Permalink
Update dev-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermake authored Nov 18, 2024
1 parent 44bcd46 commit 57a78b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,19 @@ jobs:
runs-on: ubuntu-latest
container: node:22.8.0

strategy:
matrix:
node-version: [22.x]

steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'

- name: Build
run: |
npm install
Expand Down

0 comments on commit 57a78b6

Please sign in to comment.