Skip to content

Commit 6821c5c

Browse files
committed
chore(ci): bump node to 18.x for gatsby
1 parent 100f099 commit 6821c5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: '16.x'
20+
node-version: '18.x'
2121
cache: 'yarn'
2222

2323
- run: yarn install

.github/workflows/publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: '16.x'
16+
node-version: '18.x'
1717
registry-url: 'https://npm.pkg.github.com'
1818
scope: '@Pyrax'
1919
cache: 'yarn'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: '16.x'
20+
node-version: '18.x'
2121
cache: 'yarn'
2222

2323
- run: yarn install

0 commit comments

Comments
 (0)