Skip to content

Commit

Permalink
remove node 10 from test
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Apr 5, 2023
1 parent 5f73b8e commit 2ebdf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 16, 14, 12, 10]
node-version: [18, 16, 14, 12]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 2ebdf7e

Please sign in to comment.