summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-27 18:25:11 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-27 18:25:11 +1100
commit7ff2f2824525fd633ade93bfdd233fa604e94739 (patch)
tree04b3102476e1784b47f7228b1dfac54144abe4f1 /.github/workflows
parentMove datasource to own file for typeorm cli (diff)
downloadserver-ts-7ff2f2824525fd633ade93bfdd233fa604e94739.tar.xz
Update build workflow to use node 18, update lock file to v3
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml

index f497492e..c8a9cee7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: