Skip to content

Commit bbe6917

Browse files
workflow: use node 18
1 parent 0aa4d3a commit bbe6917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up NodeJS
3838
uses: actions/setup-node@v3
3939
with:
40-
node-version: 14
40+
node-version: 18
4141
- name: Install NodeJS dependencies
4242
run: npm install
4343
- name: Verify no pending changes

0 commit comments

Comments
 (0)