Skip to content

Commit 6062016

Browse files
committed
Update CI workflow action to use Node 20 after deprecation of Node 16
1 parent 15ddc25 commit 6062016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup node
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 16
27+
node-version: 20
2828

2929
- name: Typescript install
3030
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)