Skip to content

Commit

Permalink
chore: Update Node.js version in test workflow
Browse files Browse the repository at this point in the history
- update actions packages
  • Loading branch information
kalwalt committed Jun 4, 2024
1 parent 14794e4 commit f678a94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f678a94

Please sign in to comment.