Skip to content

Commit

Permalink
Merge pull request #4398 from Dash-Industry-Forum/fix/githubAction
Browse files Browse the repository at this point in the history
Adjust deploy action to use node.js version 18
  • Loading branch information
dsilhavy committed Mar 2, 2024
2 parents 46d5cb8 + 927664c commit 8612e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Expand Up @@ -22,11 +22,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version: "18.x"
- name: Install dependencies
run: npm install
- name: Run build
Expand Down

0 comments on commit 8612e0e

Please sign in to comment.