Skip to content

Commit

Permalink
build: Test on node lts
Browse files Browse the repository at this point in the history
The resemble.js package needs some updated dependencies to work with
node 18+, so switch how we reference that library.
  • Loading branch information
manthey committed Mar 8, 2023
1 parent a7ef42d commit a647e18
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 80 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
# Don't pin version to test with the latest common version
- uses: actions/setup-node@v3
with:
node-version: '16'
# node-version: 'lts/*'
node-version: 'lts/*'
- run: npm --version && node --version
- uses: browser-actions/setup-firefox@latest
- run: sudo apt-get remove --yes fonts-lato
Expand Down
Loading

0 comments on commit a647e18

Please sign in to comment.