From f678a9444650baf5cca1e6b0b81aa74dc03d1809 Mon Sep 17 00:00:00 2001 From: Walter Perdan Date: Tue, 4 Jun 2024 15:39:44 +0200 Subject: [PATCH] chore: Update Node.js version in test workflow - update actions packages --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32e2c3b..e6ec908 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,11 +5,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '20.x' - name: Build and test WebARKitLib run: | cd tests && mkdir build && cd build && cmake -DEMSCRIPTEN_COMP=0 .. && make && ./webarkit_test