Skip to content

Commit a12db27

Browse files
author
Logan Graham
committed
bump node version in dev workflows
1 parent b53e77a commit a12db27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- uses: actions/setup-node@v1
2727
with:
28-
node-version: 16.x
28+
node-version: 18.x
2929
- name: Install Python
3030
uses: actions/setup-python@v2
3131
with:

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- uses: actions/setup-node@v1
2828
with:
29-
node-version: 16.x
29+
node-version: 18.x
3030
- uses: actions/setup-python@v2
3131
with:
3232
python-version: 3.7

0 commit comments

Comments
 (0)