From 7e6a4935492d95adb15b37ebb10d4ca51c007003 Mon Sep 17 00:00:00 2001 From: Livio Brunner Date: Tue, 29 Nov 2022 14:56:28 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/{ build.yml => build.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{ build.yml => build.yml} (78%) diff --git a/.github/workflows/ build.yml b/.github/workflows/build.yml similarity index 78% rename from .github/workflows/ build.yml rename to .github/workflows/build.yml index 807c8fef..13d42913 100644 --- a/.github/workflows/ build.yml +++ b/.github/workflows/build.yml @@ -9,20 +9,20 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [18.x] steps: - uses: actions/checkout@v1 with: submodules: true - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 18.x - name: npm install, build, and test run: | yarn add gatsby --global yarn --frozen-lockfile yarn run build:prod env: - CI: true \ No newline at end of file + CI: true