Skip to content

Commit

Permalink
skipping tests for NodeJS v18 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eklem committed Sep 5, 2022
1 parent 006c672 commit abcbffb
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit abcbffb

Please sign in to comment.