Skip to content

Commit

Permalink
ci(node): use Node 16 for testing on CI
Browse files Browse the repository at this point in the history
reduce the duration of CI tests whose log prints out that several modules don't support Node 15 but Node 16.
  • Loading branch information
masakudamatsu committed Sep 25, 2022
1 parent 8e97ffc commit 3f994d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: 'Install Node'
uses: actions/setup-node@v2
with:
node-version: '15'
node-version: '16'
cache: 'npm'
- name: 'Install repo'
run: npm install
Expand Down

0 comments on commit 3f994d0

Please sign in to comment.