Skip to content

Commit

Permalink
chore: bump node version for gatsby build error
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Oct 25, 2023
1 parent db9ad7c commit 4d5857e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: brianzinn

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: brianzinn

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- run: |
git config user.name "Brian Zinn"
git config user.email "[email protected]"
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16.13.2'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: brianzinn
- name: install deps (not workspace)
Expand Down

0 comments on commit 4d5857e

Please sign in to comment.