Skip to content

Commit

Permalink
use 14.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azl397985856 authored Oct 31, 2023
1 parent 1549cc5 commit 6277445
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14.4.0'

# Runs a single command using the runners shell
- name: Install and Build
Expand Down

0 comments on commit 6277445

Please sign in to comment.