From 118513f540ecef8bc86f2329a31dc9e2de24b417 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 3 Apr 2023 14:48:03 +0200 Subject: [PATCH] check out node 19 --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index bba6d6e..3e2223a 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node 19 uses: actions/setup-node@v3 with: - node-version: '19' + node-version: 19 - name: vuepress-deploy uses: jenkey2011/vuepress-deploy@v1.8.1