From 3c75d0a79105e042c409be5efcf609a003e6f3af Mon Sep 17 00:00:00 2001 From: Hamish Meikle Date: Tue, 16 May 2023 14:09:30 +1000 Subject: [PATCH] Update github action node version (#30) Update github action to use node 18 --- .github/workflows/release-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 6487af0..de6342a 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 - run: yarn - run: yarn build @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 registry-url: "https://registry.npmjs.org" - run: yarn - run: yarn build