Skip to content

Commit

Permalink
fix the node in action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua1988 committed Sep 17, 2023
1 parent 3f5c8bd commit 4dd46ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/auto-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.19.1]

steps:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Checkout 🛎️
uses: actions/[email protected]

Expand Down

0 comments on commit 4dd46ae

Please sign in to comment.