Skip to content

Commit 19344f6

Browse files
authored
Set node 18
1 parent 5035144 commit 19344f6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ jobs:
66
build-and-deploy:
77
runs-on: ubuntu-latest
88
steps:
9+
- name: Use Node.js
10+
uses: actions/setup-node@v3
11+
with:
12+
node-version: '18'
13+
914
- name: Checkout 🛎️
1015
uses: actions/checkout@v2.3.1
1116

0 commit comments

Comments
 (0)