Skip to content

Commit 79764ed

Browse files
author
Chris Gårdenberg
committed
ci: Upgrade to node 18.x
1 parent 3e3d5f9 commit 79764ed

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-workflow-deploy-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
fetch-depth: 1
1717
submodules: true
1818
lfs: true
19-
- name: Get Node 16.x
19+
- name: Get Node 18.x
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.x
22+
node-version: 18.x
2323
- name: Build source files
2424
shell: bash
2525
run: |

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
fetch-depth: 1
1818
submodules: true
1919
lfs: true
20-
- name: Get Node 16.x
20+
- name: Get Node 18.x
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 16.x
23+
node-version: 18.x
2424
- name: Build source files
2525
shell: bash
2626
run: |

0 commit comments

Comments
 (0)