Skip to content

Commit 2344d7a

Browse files
committed
feat: use node 18
1 parent 6e1aff7 commit 2344d7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/azure-static-web-apps-nice-moss-09ba4f20f.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
with:
2020
submodules: true
2121
lfs: false
22+
- name: Setup Node.js environment
23+
uses: actions/setup-node@v3
24+
with:
25+
node-version: 18
2226
- name: Build And Deploy
2327
env:
2428
NEXT_PUBLIC_CLIENT_ID: ${{ secrets.NEXT_PUBLIC_CLIENT_ID }}

0 commit comments

Comments
 (0)