From 1e966eee5357f2690ceb6f4acff4b608c8e29371 Mon Sep 17 00:00:00 2001 From: Maiko Sinkyaet Tan Date: Thu, 15 Aug 2024 23:45:34 +0800 Subject: [PATCH] ci: upgrade github actions version (#259) --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7436782..1538c66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,11 +10,9 @@ jobs: steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 - with: - node-version: 18 + uses: actions/setup-node@v4 - name: Install run: yarn - name: Build