We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be37bb7 commit c5de0d4Copy full SHA for c5de0d4
1 file changed
.github/workflows/deploy_stage.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Setup repository env
11
uses: actions/setup-node@v1
12
with:
13
- node-version: '14.x'
+ node-version: 'v18.20.5'
14
registry-url: "https://registry.npmjs.org"
15
- name: Install deps
16
run: npm install --ignore-scripts
0 commit comments