From 39f12bc43ee5ff643e6a5f5a019cc070abc86ca0 Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Tue, 6 Sep 2022 20:56:53 +0800 Subject: [PATCH] update node version in publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e12a714..13f22bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '12.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm publish --access public