Skip to content

Commit

Permalink
Don't use node 10.x when publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Djordje Lukic <[email protected]>
  • Loading branch information
rumpl committed Aug 21, 2023
1 parent d95770e commit fe84f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10.x, 18.x]
node-version: [18.x]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit fe84f6a

Please sign in to comment.