Skip to content

Commit

Permalink
[gh-actions] Run tests with Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Aug 24, 2023
1 parent aa3ce98 commit 59a6928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- run: npm install
- run: npm run build -s
Expand Down

0 comments on commit 59a6928

Please sign in to comment.