Skip to content

Commit b5724ca

Browse files
authored
Upgrade Node to 18
1 parent 247e977 commit b5724ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Node
3434
uses: actions/setup-node@v3
3535
with:
36-
node-version: 16
36+
node-version: 18
3737
cache: 'yarn'
3838
- name: Install dependencies
3939
run: yarn
@@ -66,4 +66,4 @@ jobs:
6666
- name: Deploy
6767
id: deployment
6868
uses: actions/deploy-pages@v1
69-
69+

0 commit comments

Comments
 (0)