Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio authored Nov 29, 2022
1 parent 236f467 commit 7e6a493
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ build.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
CI: true

0 comments on commit 7e6a493

Please sign in to comment.