We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5035144 commit 19344f6Copy full SHA for 19344f6
1 file changed
.github/workflows/deploy.yml
@@ -6,6 +6,11 @@ jobs:
6
build-and-deploy:
7
runs-on: ubuntu-latest
8
steps:
9
+ - name: Use Node.js
10
+ uses: actions/setup-node@v3
11
+ with:
12
+ node-version: '18'
13
+
14
- name: Checkout 🛎️
15
uses: actions/checkout@v2.3.1
16
0 commit comments