Skip to content

Commit

Permalink
Increase node version in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Sep 20, 2023
1 parent 6244522 commit a994ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libtest-linux.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit a994ab5

Please sign in to comment.