Skip to content

Commit 0c64436

Browse files
jacob-ebeyMichaelDeBoey
authored andcommitted
update workflow version
1 parent c731fda commit 0c64436

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
cache: yarn
28-
node-version: 16
28+
node-version: 18
2929

3030
- name: 📥 Install deps
3131
run: yarn --frozen-lockfile

Diff for: .github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
cache: yarn
29-
node-version: 16
29+
node-version: 18
3030

3131
- name: 📥 Install deps
3232
run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)